Tue, 2003-06-10 09:46
does anyone know how to make the link text color fade to another color when hovering over without using javascirpt?
please help!
Tue, 2003-06-10 10:49
#1
css link faadding effect...
If you just want to change the colour:
A { color : #000; } A:hover { color : #555; }
will do the job.
If you mean a slow fade from one colour to another... then nope, no idea. Javascript seems like the best option.
Tue, 2003-06-10 13:41
#2
css link faadding effect...
Wow, that's so funny you mentioned that... a site I was recently at (I can't remember the link for the life of me) had a great link hover flash/flickering effect, done with very few lines of code.
If I find a link to that site, I'll definitely post it!
-Mike