View Full Version : Glow on Hover??


AngelWingsDolls
08-29-2003, 09:23 PM
I want my links to glow, as in when I hover or click they go from reg to having a fuzzy gold or color around them. Does anyone know a style sheet code that could do that?? Without the Link.htc page hopefully?

kittycat
08-29-2003, 09:29 PM
a:hover {
height: 0;
color: #FF0000;
filter: glow(color="#FFFFFF, strength=10");
}

Change the colours as you would like them.