Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rhizal

    (@rhizal)

    I just deleted the plugin and added the class “shadows” to my pics. Then I use this CSS:

    .shadow {
    -moz-box-shadow: 2px 4px 8px #A2A2A2;
    -webkit-box-shadow: 2px 4px 8px #A2A2A2;
    box-shadow: 2px 4px 8px #A2A2A2;
    /* For IE 8 */
    -ms-filter: “progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=145, Color=’#A2A2A2′)”;
    /* For IE 5.5 – 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=145, Color=’#A2A2A2′);
    }

    Hi,

    Can you tell me what fails and I’ll see if I can correct it?

    I had also thought of using a CSS solution but never felt that I could get it to look quite right. It also can’t achieve the look of the shadow_curl effect which was the original purpose of this plugin. There should be no harm in combining the two effects though.

    Regards,
    Andrew

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Shadows] Invalidates code’ is closed to new replies.