Skip to content

Instantly share code, notes, and snippets.

@Ollo
Created August 16, 2012 16:02
Show Gist options
  • Save Ollo/3371338 to your computer and use it in GitHub Desktop.
Save Ollo/3371338 to your computer and use it in GitHub Desktop.
Old IE box shadows
/* 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