+ Reply to Thread
Results 1 to 3 of 3

Thread: Round Corner and Shadow will not work for IE browser 7, 8

  1. #1
    Senior Member
    Join Date
    Dec 2011
    Posts
    159

    Round Corner and Shadow will not work for IE browser 7, 8

    Flynax adopt border radius and shadow that may not work well for IE browser 7,8

    To work around this, you can consider adding the following in the CSS

    Shadow for two sides(right and bottom)

    .shadow-ie {
    filter: progidXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=

  2. #2
    Senior Member
    Join Date
    Dec 2011
    Posts
    159
    Shadow for all side in IE Browser

    .shadow-ie {
    filter: progidXImageTransform.Microsoft.Shadow(color=’#ece8e8′, Direction=45, Strength=3)
    progidXImageTransform.Microsoft.Shadow(color=’#ece8e8′, Direction=135, Strength=3)
    progidXImageTransform.Microsoft.Shadow(color=’#ece8e8′, Direction=225, Strength=3)
    progidXImageTransform.Microsoft.Shadow(color=’#ece8e8′, Direction=315, Strength=3);
    }

  3. #3
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606
    Hi there,
    Late reply again, anyway! the IE browsers below 9 version is threadbare things and it is good policy to disable all css3 tricks (which is disabled by default)
    for IE. It will force Internet Users update old IE browser to new version or just use normal browsers such as FireFox, Chrome or Safari.

    John

+ Reply to Thread