View Full Version : Please Help me with my Hover code.


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>

Brandon_Lee
05-26-2005, 11:53 AM
Take aout the a: hover {cursor:crosshair;} and if you want that put it in the other hover. See if that works.

Edit: Oh Darn. It seems like a class issue. I wish I could delete my post.

Zohar Amihud
05-26-2005, 02:05 PM
Write the pseudo-code in this order:
a:link {...}
a:visited {...}
a:hover {...}
a:active {...}