View Full Version : link flip


hotkristaleice
06-21-2003, 05:44 AM
I have seen the other reply to the code for flipping a link when it's hovered, but I was wondering how do you choose the direction that it's flipped in? I don't want it to just flip backwards.
Thanks

MaGiCSuN
06-21-2003, 04:48 PM
You can choose between flipH and flipV like this:

<style type="text/css">
<!--

A:hover { FILTER: FlipH; height: 0px; }

-->
</style>

flipH makes it flip horizontally, flipV makes it flip vertically. That's the only ones i know really.

Love,
mirna