MadeMoiselle
05-25-2005, 05:12 PM
Hello. I know maybe u guys are familiar with my prob. I tried searching for the codes at this forum but i just couldn't find it or solve it.
My problem is actually looking for a mouse hover code to flip the image horizontally.. (or maybe it's not even mouse hover code)
like this site http://www.xanga.com/home.aspx?user=aremypantstotight
I used this code on my website. It works but it doesn't work on the Images that I've posted on my entry... cry.gif I don't know what's the problem. I want these posted images to be flipped whenever visitors mouse on them.
Please help me to resolve this issue.
thank you wink.gif
<style type='text/css'>
a:link { cursor:crosshair; }
a:hover { cursor:crosshair; }
a:visited { cursor:crosshair; }
a:active { cursor:crosshair; }
a:hover {
filter: flipH;
height: 4;
color:#ffffff;
}
</style>
My problem is actually looking for a mouse hover code to flip the image horizontally.. (or maybe it's not even mouse hover code)
like this site http://www.xanga.com/home.aspx?user=aremypantstotight
I used this code on my website. It works but it doesn't work on the Images that I've posted on my entry... cry.gif I don't know what's the problem. I want these posted images to be flipped whenever visitors mouse on them.
Please help me to resolve this issue.
thank you wink.gif
<style type='text/css'>
a:link { cursor:crosshair; }
a:hover { cursor:crosshair; }
a:visited { cursor:crosshair; }
a:active { cursor:crosshair; }
a:hover {
filter: flipH;
height: 4;
color:#ffffff;
}
</style>