View Full Version : Hover Over Link Effect


me_like_agua
07-18-2003, 01:50 AM
You know how when you hover over a link with the cursor and the text is written backwards or flipped upside down? How do you do that effect? Will someone help? By the way, this is my first post. Thanks so much!!

jazzberry
07-18-2003, 01:52 AM
that would use CSS check out http://www.lissaexplains.com/css.shtml for a good explanation

me_like_agua
07-18-2003, 02:44 AM
I don't see how to put those special effects though. I know the whole underline, line_through, blink ones...but How do you flip the text over?

kittycat
07-18-2003, 03:09 AM
upside down
filter: flipv;

backwards
filter: fliph;

Pretty sure those are the codes. If they don't work like that, add height: 0; to the code.

twix2006
07-18-2003, 12:31 PM
julie's star has a whole list of hover effects..she's got what you're asking for in her list..here: http://www.saturngirl.net/julie/tutorials/csshovers.html