[jQuery] Re: Code not working in IE but is working in FF

2008-12-27 Thread Alexandre Plennevaux
really not sure, but maybe try A/ 1- (step/1) instead of 1-step/1 B/ $("#slogan").css('opacity',0); instead of $("#slogan").css('opacity','0'); On Sun, Dec 28, 2008 at 1:04 AM, Althalos wrote: > > I posted something similarly before but I posted wrong code. This > time, everythi

[jQuery] Re: Code not working in IE but is working in FF

2008-12-27 Thread Althalos
Nope, I'm sorry but that doesn't seem to work. Note that setting opacity to zero works in both browsers. On 28 Dec, 01:25, "Alexandre Plennevaux" wrote: > really not sure, but maybe try > > A/ > > 1- (step/1)  instead of 1-step/1 > > B/ > > $("#slogan").css('opacity',0);  instead of $("#

[jQuery] Re: Code not working in IE but is working in FF

2008-12-28 Thread Alexandre Plennevaux
Maybe try a named function instead of an anonymous one ? so avoiding arguments.callee by using your function name instead? On Sun, Dec 28, 2008 at 2:03 AM, Althalos wrote: > > Nope, I'm sorry but that doesn't seem to work. Note that setting > opacity to zero works in both browsers. > > On 28

[jQuery] Re: Code not working in IE but is working in FF

2008-12-28 Thread Althalos
Nope. I tried that but I still got the same result, works in FF but not in IE =( On 28 Dec, 10:32, "Alexandre Plennevaux" wrote: >  Maybe try a named function instead of an anonymous one ? so avoiding > arguments.callee by using your function name instead? > > On Sun, Dec 28, 2008 at 2:03 AM, Al

[jQuery] Re: Code not working in IE but is working in FF

2008-12-28 Thread Althalos
Srry for my first reply to this message. It DOES work if one remove the anonymity. One has also to remove ( function ) () in favor of an initiating functionname() instead =) On 28 Dec, 10:32, "Alexandre Plennevaux" wrote: >  Maybe try a named function instead of an anonymous one ? so avoiding >

[jQuery] Re: Code not working in IE but is working in FF

2008-12-28 Thread Alexandre Plennevaux
can u show your updated code ? On Sun, Dec 28, 2008 at 4:02 PM, Althalos wrote: > > Srry for my first reply to this message. It DOES work if one remove > the anonymity. One has also to remove ( function ) () in favor of an > initiating functionname() instead =) > > On 28 Dec, 10:32, "Alexandre P