Skip to content

Instantly share code, notes, and snippets.

@Devric
Created March 9, 2012 10:32
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 Devric/2006000 to your computer and use it in GitHub Desktop.
Save Devric/2006000 to your computer and use it in GitHub Desktop.
css: ie: box-shadow
/* box shadow */
-moz-box-shadow: 2px 2px 3px #969696; /* for Firefox 3.5+ */
-webkit-box-shadow: 2px 2px 3px #969696; /* for Safari and Chrome */
filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment