View Full Version : Help Me Please.


lil_shorty
03-11-2006, 05:19 PM
I would like to make a my links glow on top of the hover and not on top of it :confused: . How can i make my links glow. Can you please help me. Thank You....

neonick5647
03-11-2006, 05:37 PM
http://www.lissaexplains.com/fun7.shtml

is this what you want?

Marta
03-11-2006, 05:46 PM
This might be something like what you want. I'm a little confused about "on top of the hover and not on top of it". This code would be put in a css. If you don't know what that is, just ask.

a:hover
{
filter: glow(Color=#ff8800, Strength=5);
height: 1em;
color: dddddd;
}

You can ofcourse change the colors and strength.
If this is not at all what you want, you'll have to explain again.
Hope it works!!! :D