MadeMoiselle
05-26-2005, 11:01 AM
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=aremypants totight
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.
I can hover the pictures on my profile and the thumbnail of the cd that i listen to on my Xanga entry. But not the Pictures that I've POSTED on my ENTRY...
Please help me to resolve this issue.
My Xanga Link (http://www.xanga.com/tattooangel)
<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=aremypants totight
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.
I can hover the pictures on my profile and the thumbnail of the cd that i listen to on my Xanga entry. But not the Pictures that I've POSTED on my ENTRY...
Please help me to resolve this issue.
My Xanga Link (http://www.xanga.com/tattooangel)
<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>