View Full Version : flip on mouse over


bluepink
07-09-2003, 05:43 AM
Does anyone know how to do this? A certain link or image will flip on mouse over. I like that idea so people can't copy my pics

Lemon Squash
07-09-2003, 06:34 AM
Put this into your head.

<style type="text/css">
<!--
A:link
{ text-decoration: none; color:#000000; }
A:visited
{ text-decoration: none; color:#000000; }
A:active
{ text-decoration: none; color:#000000; }
A:hover
{ text-decoration: none; color:#000000; filter:flipv; height:0; }
-->
</style>

That turns them upsidedown.. put it doesnt stop people from stealing your images O.o

bluepink
07-09-2003, 06:57 AM
yeah i know hehe but isn't it..like when you right click and save it, it will save as a flip image? hmmm i'm just curious thanks for the help!

lefty
07-09-2003, 01:36 PM
Since the flip is only a website effect, it won't be flipped when you save it.

bluepink
07-09-2003, 09:26 PM
you are right!! i tested it. I have a script to disable the toolbar though. Thanks again.