Skip to content

Instantly share code, notes, and snippets.

@dhunmoon
Last active September 8, 2015 09:42
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 dhunmoon/e58991bf4401541edbaf to your computer and use it in GitHub Desktop.
Save dhunmoon/e58991bf4401541edbaf to your computer and use it in GitHub Desktop.
CSS: Text Shadow
text-shadow: 2px 2px #ff0000;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#102530')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#102530');
filter:DropShadow(Color=#102530, OffX=0, OffY=3);
/*
For Older IE:
Search Google this code may not work properly.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment