View Full Version : Questions


MiaBabie
03-15-2003, 06:47 PM
If you go here http://www.silvercpu.com/~gwa/blog.html and hover over where it says "comments" it flips?? Besides flipping like that, are there any other things like that?? And where do I put it in my css??

Alcy
03-15-2003, 09:57 PM
<style type="text/css">

a:hover
{
filter:flipv;
height:0;
}

</style>

You can also change flipv to fliph for a horizontal flip ^_^

More -> http://www.lissaexplains.com/fun7.shtml

MiaBabie
03-15-2003, 11:21 PM
Thank you soo much.

pink_fishies
03-16-2003, 05:37 AM
you can see all sorts of styles at htmlpalace.com