Created
February 14, 2012 05:06
-
-
Save samarpanda/1823700 to your computer and use it in GitHub Desktop.
Boxshadow for IE7 and IE8 css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.boxshadow{ | |
background-color: #fff; | |
filter: progid:DXImageTransform.Microsoft.Shadow(color='#b7b8b3', Direction=120, Strength=3); | |
zoom: 1; | |
} | |
.boxshadow-disable{ | |
filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment