Forums

[Plugin: Shadows] Invalidates code (3 posts)

  1. rhizal
    Member
    Posted 1 year ago #

    I really like the look that this plugin gives my images and it's very easy to use. Unfortunately, when implemented, it invalidates my html, even if I downgrade to xhtml 1 transitional. Any suggestions?

    http://wordpress.org/extend/plugins/shadows/

  2. rhizal
    Member
    Posted 1 year ago #

    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');
    }

  3. aradke
    Member
    Posted 1 year ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags