Nigel Climpson
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Table Reloaded ShadowsHi Tobias,
Thank you for your efforts. Sadly the padding rules have had no effect, still no shadows in Firefox and Chrome, but IE9 is OK through DXTransform (but only with DropShadow and not with Shadow.I will keep playing and reading and will let you know if I find a solution.
It is only a small detail and I will continue to use Table Reloaded.
Best Wishes
Nigel
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Table Reloaded ShadowsHi Tobias,
ms-filter: “progid:DXImage.Microsoft.DropShadow is supported because it works on my WordPress site. It is Shadow that doesn’t.
‘box-shadow’ works in my version of IE, as does -moz- in Firefox and -webkit- in Chrome, certainly outside of WordPress. See http://www.paramount.freeiz.com/shadows
So my question now is why does box-shadow not work within wordpress and table reloaded. Have you tried this sort of code in the CSS area of your plugin?
.wp-table-reloaded-id-1 .column-1 img
{
-moz-box-shadow: 5px, 5px, 5px, #999; /* Firefox */
-webkit-box-shadow: 5px 5px 5px #999; /* Safari/Chrome */
box-shadow: 5px 5px 5px #999; /* Opera and other CSS3 supporting browsers */
-ms-filter: “progid:DXImageTransform.Microsoft.DropShadow(Offx=10,Offy=10,Color=’#505050′,enabled=’true’)”;
}Best Wishes
Nigel
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Table Reloaded ShadowsHi Tobias,
Thanks for you quick reply.
The extra ) came from many variations in trying to make it work.I would really like Microsoft.Shadow… So why does that not work when Microsoft.DropShadow does.
I agree with you that it is weirdNigel