Re: [jQuery] IE fadeTo won't work?

2006-10-05 Thread Brandon Aaron
See if this patch helps you: http://jquery.com/dev/bugs/bug/204/

--
Brandon Aaron

On 10/5/06, Onno Timmerman <[EMAIL PROTECTED]> wrote:
> $("li.menu").hover(function(){
> $(this).find("ul").fadeTo("medium", 0.92);
> },
> function(){$(this).find("ul").fadeTo("medium", 0);}
> );
>
> This does work in Firefox but not in IE.
> 1. the fade won't work.
> 2. the hover over starts. But when the mouse goes out of the box it
> doesn't go away...
>
> Is this a known error.
>
> Onno
>
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] IE fadeTo won't work?

2006-10-05 Thread Onno Timmerman
$("li.menu").hover(function(){
$(this).find("ul").fadeTo("medium", 0.92);
},
function(){$(this).find("ul").fadeTo("medium", 0);}
);

This does work in Firefox but not in IE.
1. the fade won't work.
2. the hover over starts. But when the mouse goes out of the box it 
doesn't go away...

Is this a known error.

Onno

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/