0

Possible Duplicate:
css3 text-shadow in IE9

I am using text-shadow style, but its not working in ie9, please tell me suggestion.

Community
  • 1
  • 1
sandy
  • 1
  • 3

1 Answers1

1

IE9 doesn't support text-shadow see here - use something like

filter: Shadow(Color=black, Direction=100, Strength=1);

Example here

Manse
  • 37,765
  • 10
  • 83
  • 108