Fading issues in Internet Explorer 7 when using jQuery

前端 未结 5 1647
执念已碎
执念已碎 2020-12-21 11:07

I\'m using jQuery on a site that I\'m working on and everything works fine - except in Internet Explorer 7 (and previous versions, but the site doesn\'t support them). Take

5条回答
  •  -上瘾入骨i
    2020-12-21 11:49

    I've successfully made the show/hide, fadeTo, fadeUp and fadeDown all work in IE6 and above. I find that a lot of problems I have with animations involving revealing an element are related to the the element in question not being hidden at the time of loading.

    Try setting the element (table or div) that fades in to style="display:none" either in the html or programatically.

提交回复
热议问题