Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Nigel Climpson

    (@nigel-climpson)

    Hi 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

    Thread Starter Nigel Climpson

    (@nigel-climpson)

    Hi 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

    Thread Starter Nigel Climpson

    (@nigel-climpson)

    Hi 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 weird

    Nigel

Viewing 3 replies - 1 through 3 (of 3 total)