[jQuery] Re: slidetoggle jumps in IE

2008-03-09 Thread rocksou
ite 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:: >

[jQuery] Re: slidetoggle jumps in IE

2008-03-09 Thread rocksou
hem: > 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 way a slideto

[jQuery] Re: slidetoggle jumps in IE

2008-03-09 Thread rocksou
splay: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 way a slidetoggle animation works in > > IE. I am

[jQuery] slidetoggle jumps in IE

2008-03-08 Thread rocksou
I am having an issue with the way a slidetoggle animation works in IE. I am using the animation to show/hide div's here: http://stonebergdesign.com/clients/coop_test/wordpress/about/ in FF and Safari the animation works great. In IE the div briefly display before and after it shows/hides. I am