View Full Version : blur effect


Natztar
02-08-2003, 09:25 PM
Argh! Okay, this seems easy, but I can't get it to work.

I'm trying to add the blur (or "shadow") effect to my css, so that the effect will apply to all my text. I grabbed the blur code from lissa's
fun page section 7 (http://www.lissaexplains.com/fun7.shtml) , but i dont know how to put it in my css. I also want to use that effect for my links, but it's not working either =(. Here is what i have so far...

<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: shadow(color=#00ff00, direction=200)">

can someone help me come up with something? thanks..

LadyCrow
02-15-2003, 05:03 AM
well the way she has it set up it will only affect one piece of text at a time, do you get that much?

if in your css you have a font {color;blah: size;blah: } or something with the font tag you should be able to just add this in there
filter: shadow(color=#00ff00, direction=200)
same with links