Awesome! That works perfectly.
Thanks for your help.
On Oct 1, 12:19 am, ricardobeat <[EMAIL PROTECTED]> wrote:
> fadeOut() actually sets display:none at the end of the animation, so
> when this happens it triggers the onmouseout event.
>
> Try using the fadeTo() function (http://docs.jquery.co
fadeOut() actually sets display:none at the end of the animation, so
when this happens it triggers the onmouseout event.
Try using the fadeTo() function (http://docs.jquery.com/Effects), it
keeps the element in place:
$("a").hover(
function() {
$(this).css("background", "white"
2 matches
Mail list logo