Skip to content

Instantly share code, notes, and snippets.

@seouri
Created April 21, 2010 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seouri/373755 to your computer and use it in GitHub Desktop.
Save seouri/373755 to your computer and use it in GitHub Desktop.
.shadow {
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment