Created
October 22, 2011 10:51
-
-
Save zires/1305871 to your computer and use it in GitHub Desktop.
css3 compatible
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
.box-shadow{ | |
filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=5);/*for ie6,7,8*/ | |
background-color: #eee; | |
-webkit-box-shadow:2px 2px 5px #969696;/*webkit*/ | |
box-shadow:2px 2px 5px #969696;/*opera或ie9*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment