PDA

View Full Version : Round Corner and Shadow will not work for IE browser 7, 8



rosegarden
March 13, 2012, 08:01 AM
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: progid:DXImageTransform.Microsoft.Shadow(Strength= 4, Direction=135, Color=

rosegarden
March 13, 2012, 08:01 AM
Shadow for all side in IE Browser

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

John
May 15, 2012, 01:50 PM
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