[jQuery] Re: slidetoggle jumps in IE

2008-03-10 Thread rocksoup
unfortunately positioning them absolutely did not solve the problem either... On Mar 9, 5:27 pm, "Chris J. Lee" <[EMAIL PROTECTED]> wrote: > Actually writing a style to show or hide them isn't as helpful as > positioning them absolutely to the way far left - at least from my > experiences. Correc

[jQuery] Re: slidetoggle jumps in IE

2008-03-09 Thread rocksou
thanks for the reply. unfortunately that did not fix the problem, that disabled the effect altogether. the effect works, but it just flashes the content as it enters/exits the effect... any other suggestions? On Mar 9, 2:11 am, Peter Edwards <[EMAIL PROTECTED]> wrote: > You could write out a sty

[jQuery] Re: slidetoggle jumps in IE

2008-03-09 Thread rocksou
thanks for the reply. unfortunately that did not fix the problem, that disabled the effect altogether. the effect works, but it just flashes the content as it enters/exits the effect... any other suggestions? Peter Edwards wrote: > You could write out a style rule in your script to hide them: >

[jQuery] Re: slidetoggle jumps in IE

2008-03-09 Thread rocksou
thanks for the reply. unfortunately that did not work, it completely disabled the effect in IE. any other ideas? On Mar 9, 2:11 am, Peter Edwards <[EMAIL PROTECTED]> wrote: > You could write out a style rule in your script to hide them: > dcoument.write('.sub_section > {display:none;}'); > Or s

[jQuery] Re: slidetoggle jumps in IE

2008-03-09 Thread Chris J. Lee
Actually writing a style to show or hide them isn't as helpful as positioning them absolutely to the way far left - at least from my experiences. Correct me if i'm wrong. On Mar 9, 5:11 am, Peter Edwards <[EMAIL PROTECTED]> wrote: > You could write out a style rule in your script to hide them: >

[jQuery] Re: slidetoggle jumps in IE

2008-03-09 Thread Peter Edwards
You could write out a style rule in your script to hide them: dcoument.write('.sub_section {display:none;}'); Or set display to none in some other way (using script so the page is rendered correctly in non-javascript browsers). on 08/03/2008 23:36 rocksou said:: > I am having an issue with the