vici0uskitty
05-03-2003, 01:47 AM
How do you make the links flip (upside-down..etc) when you mouse-over them? I've looked for a long time, but I can't seem to find how... please help! :)
|
View Full Version : Flipped links on mouse-over... vici0uskitty 05-03-2003, 01:47 AM How do you make the links flip (upside-down..etc) when you mouse-over them? I've looked for a long time, but I can't seem to find how... please help! :) sebluver 05-03-2003, 01:56 AM there's an AWESOME tutorial for all/most of the link transitions! Only one thing-you have to link them... http://angelicwings.net/michelle/visitor/css_links.html (Er...highlight the whole thing. Otherwise most of it won't show up.) COBOLdinosaur 05-03-2003, 06:44 PM <style> a {filter:none} a:hover {filter:flipv()} </style> |