Skip to content

Instantly share code, notes, and snippets.

@samarpanda
Created February 14, 2012 05:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samarpanda/1823700 to your computer and use it in GitHub Desktop.
Save samarpanda/1823700 to your computer and use it in GitHub Desktop.
Boxshadow for IE7 and IE8 css
.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