[jQuery] Re: Fade-in problem in IE7(urgent)

2009-09-08 Thread rupak mandal
Thanks all ti work's. On Tue, Sep 8, 2009 at 7:44 PM, Charlie wrote: > the fade functions use animate() I believe. > > Try animate function and animate your opacity > > > rupak mandal wrote: > > Initially div display property is set to none. FadeIn will handle display > property but fadeTo will

[jQuery] Re: Fade-in problem in IE7(urgent)

2009-09-08 Thread Charlie
the fade functions use animate() I believe. Try animate function and animate your opacity rupak mandal wrote: Initially div display property is set to none. FadeIn will handle display property but fadeTo will not. Any other suggestion Thanks Rupak On Tue, Sep 8, 2009 at 5:55 PM

[jQuery] Re: Fade-in problem in IE7(urgent)

2009-09-08 Thread rupak mandal
Initially div display property is set to none. FadeIn will handle display property but fadeTo will not. Any other suggestion Thanks Rupak On Tue, Sep 8, 2009 at 5:55 PM, Nick Fitzsimons wrote: > > 2009/9/8 rupak mandal : > > hi nick, > > Thanks for quick reply. > > That's not the problem. H

[jQuery] Re: Fade-in problem in IE7(urgent)

2009-09-08 Thread Nick Fitzsimons
2009/9/8 rupak mandal : > hi nick, > Thanks for quick reply. > That's not the problem. Here is the full code. > It looks like jQuery's fadeIn is setting the opacity to the empty string (on IE only) at the end of the animation. You could try using fadeTo instead

[jQuery] Re: Fade-in problem in IE7(urgent)

2009-09-08 Thread rupak mandal
hi nick, Thanks for quick reply. That's not the problem. Here is the full code. http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js [jQuery] Re: Fade-in problem in IE7(urgent)
2009/9/8 Rupak : > http://jsbin.com/icatu > It doesn't help that your HTML is wrong: You aren't closing the div: you need Don't know if this will fix your original problem, but it can't hurt to try :-) Regards, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/