Skip to content

Instantly share code, notes, and snippets.

@mikedugan
Created November 7, 2013 14:28
Show Gist options
  • Select an option

  • Save mikedugan/7355427 to your computer and use it in GitHub Desktop.

Select an option

Save mikedugan/7355427 to your computer and use it in GitHub Desktop.
ie6 text shadow hack
/* 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