[jQuery] Re: Jquery hover and .animate(opacity)

2008-12-12 Thread superuntitled
t;      $(this).find("em.hover").animate({opacity: "hide", top: "50"},   > "slow"); >    }); > > }); > > And since the mouse is still in the link, the hoverstate stays on. > > The other thing you could do is bind the hover to the list item

[jQuery] Jquery hover and .animate(opacity)

2008-12-10 Thread superuntitled
Hello, I am having some problems with a hover state function. I have an unordered list, with images, and have a tooltip type javascript function on the hoverstate, the tooltip is displayed directly on top of the image. The content of the tooltip is inside an tag, which is hidden via the CSS. The