/ 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.
