/ Published in: CSS
Text Shadow (CSS3) with IE hack
Expand |
Embed | Plain Text
.text { text-shadow: 1px 1px 1px #666; filter: Shadow(Color=#666666, Direction=135, Strength=5); }
You need to login to post a comment.
math89 on 01/12/10
3 people have marked this snippet as a favorite
ericschweichler
marcio
smmandersen
Text Shadow (CSS3) with IE hack
.text { text-shadow: 1px 1px 1px #666; filter: Shadow(Color=#666666, Direction=135, Strength=5); }
You need to login to post a comment.