View Full Version : Mouse over link effects


DuncansOneLove
03-11-2004, 03:29 AM
Does anyone have a list of the effects that you can use?

I've seen a site with one were it makes the links blur and i wanna know how to do it

bourdelson
03-11-2004, 03:33 AM
a:hover{height:0; filter:blur; color:#FFCCCC;}

Of course, you can change the height and color.

kittycat
03-11-2004, 03:37 AM
http://www.lissaexplains.com/fun7.shtml
These can be applied to links.
http://www.lissaexplains.com/fun8.shtml
link transitions

DuncansOneLove
03-11-2004, 01:46 PM
a:hover{height:0; filter:blur; color:#FFCCCC;}

Of course, you can change the height and color.


Thanks.

Do you have more of these effects?

starlet
03-11-2004, 04:44 PM
Kittycat posted some...