[Plugin: WP-Table Reloaded] Table Reloaded Shadows
-
Hi
I am afraid it is image shadoes again.
I am using code that has appeared on earlier posts on the Forum with partial success.
With IE9 I can make DropShadow work but Shadow. I have split up the code below to demonstrate that DropShadow works on column1 but Shadow does not on column 2.
Even worse I can’t get any shadows to appear when using Firefox or Chrome.
I am using Weaver ii theme but have also tried the WordPress 2010 but the result is the same.
The URL to the page that demonstrates the problem is
http://www.paramount.freeiz.com/wordpress/gallery1.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’)”;
}.wp-table-reloaded-id-1 .column-2 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.Shadow(Strength=4, Direction=135,Color=’#505050′, Enabled=’true’)”;
}I hope you can help as I am tearing out what little hair I have.
Many Thanks
The topic ‘[Plugin: WP-Table Reloaded] Table Reloaded Shadows’ is closed to new replies.