[jQuery] Re: disappearing content with IE7 (slideToggle vs toggle)

2008-10-17 Thread AstroIvan
.animate({ height: "toggle", opacity:"toggle" }, 1500);

[jQuery] Re: disappearing content with IE7 (slideToggle vs toggle)

2008-10-17 Thread AstroIvan
ok found a solution but not sure if it's the cause. when i add opacity to the animate function i posted above, the ie7 block does not disappear. maybe slideToggle removes opacity after it is finished? not sure. putting this info here so others might take advantage of it.

[jQuery] Re: disappearing content with IE7 (slideToggle vs toggle)

2008-10-17 Thread AstroIvan
.animate({ height: "toggle" }, 1500); also triggers the disappearing content block. I'll try to get a working html sample later that doesn't use the server side framework.