View Full Version : Glowing mouseover... pls help


rogue sp
05-10-2003, 03:17 PM
Can you make an active link glow in the css ?
How about when you put ur cursor over that link the glow will change it's color?
Can we do that? If so... pls teach me how to do that and pls show me the example of that particular code :D

...Rock on!

Elentari
05-10-2003, 03:51 PM
Try this code...


a:hover {filter: glow(color=#00FF00, strength=5); height:0; }
a:active {filter: glow(color=#336699, strength=5); height:0; }


Change the colour and strength to whatever you want obviously.