[jQuery] text-shadow

[jQuery] text-shadow


Hello,
I have added a plugin for CSS-3 Text-Shadow for IE.
It reads the value of text-shadow and gives IE an equivialant effect
with the propertiary CSS Filter Blur.
Simply write your CSS
h1 {
text-shadow: 2px 2px 2px #999;
}
And then apply the plugin
$("h1").textShadow();
Here is the link for the plugin project
http://plugins.jquery.com/project/textshadow/
And here is the link for the demo site
http://www.hintzmann.dk/testcenter/js/jquery/textshadow/
Comments are welcome :D
Best regards,
- Martin Hintzmann