CSS3 text-shadow effect with jQuery

Posted by Marco on Stack Overflow See other posts from Stack Overflow or by Marco
Published on 2010-04-20T19:31:56Z Indexed on 2010/04/20 19:33 UTC
Read the original article Hit count: 201

Filed under:
|
|
|

Hello,

I wanted to be able to create a effect identical to CSS3 text-shadow Property, making it available to browsers that doesn’t support this CSS3 Property (like IE 7 and 8).

And so I found two plugins: Text Shadow and Drop Shadow Effect.

I decided to use Text Shadow, because it was released in the end of 2008, and because it was more straightforward.

This worked great for IE8. However in IE7 shadows have twice the distance to the text, and links are weird.

IE8 image alt text

IE7 image alt text

I am searching for a fix, or an alternative to this problem.

© Stack Overflow or respective owner

Related posts about css3

Related posts about XHTML