Skip to content

Instantly share code, notes, and snippets.

@hatched
Created January 19, 2011 23:15
Show Gist options
  • Save hatched/787093 to your computer and use it in GitHub Desktop.
Save hatched/787093 to your computer and use it in GitHub Desktop.
-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