[jQuery] Re: fadeOut, fadeIn and ClearType on IE browser

2009-03-27 Thread James
I believe this only happens in Internet Explorer. Most of the time setting a CSS background-color to the element your text sits on will solve the issue. On Mar 26, 10:45 pm, jgarcia wrote: > Hi, > > I using  fadeOut and fadeIn to show/hide a selected from a > .  With this code: > >  if ( toggle

[jQuery] Re: fadeOut / fadeIn

2009-03-16 Thread Liam Potter
$('.showPasswordForm').click(function(event){ $('#signinPanel').fadeOut(1000,function(){ $('#passwordPanel').fadeIn(); }); return false; }); try that andreacfm wrote: Any suggestion?? On 15 Mar, 22:15, and

[jQuery] Re: fadeOut / fadeIn

2009-03-16 Thread andreacfm
Any suggestion?? On 15 Mar, 22:15, andreacfm wrote: > Hi, > > A fast question. This code run in 1.2.6 but fails in 1.3 ++. > Why??? > >         $('.showPasswordForm').click(function(event){ >                 $('#signinPanel').fadeOut(function(){ >                         $('#passwordPanel').fade