Created
November 7, 2013 14:28
-
-
Save mikedugan/7355427 to your computer and use it in GitHub Desktop.
ie6 text shadow hack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* text shadow with IE hack. replace values as needed */ | |
| .text { | |
| text-shadow: 1px 1px 1px #666; | |
| filter: Shadow(Color=#666666, Direction=135, Strength=5); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment