jQuery/HTML/CSS — Internet Explorer jQuery SlideDown Disappearing Problem

My slideDown() effect was making my element appear but immediately disappeared after the animation.

I read fixes from setting hasLayout IE property by using min-heigh:0 or zoom:1, but none did the trick.

I found out I had no defined doc type.

I set it to 1.0 Transitional and everything works again…

Leave a Comment