You could write out a style rule in your script to hide them:
dcoument.write('<style type="text/css">.sub_section 
{display:none;}</style>');
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 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 not a whiz at jquery
> and most of the code was copied and pasted...  Any help is greatly
> appreciated.
> 

Reply via email to