简体   繁体   English

动画gif无法在IE中的页面加载上进行动画处理

[英]Animated gif does not animate on page load in IE

I have a resource intensive ASP.NET page. 我有一个资源密集的ASP.NET页。 I have a div element with an image that I set the visibility for before and the after the page loads. 我有一个div元素,其中包含一个图像,该图像设置了页面加载之前和之后的可见性。 This fails in IE. 这在IE中失败。 IE stops animating the image. IE停止为图像设置动画。

I have tried all possible solutions that were presented in different message boards with no luck. 我尝试了所有可能出现在不同留言板上的解决方案,但都没有碰到运气。

Any help is really appreciated. 任何帮助都非常感谢。

My guess is your are using an UpdatePanel and IE is pegged trying to parse the DOM. 我的猜测是您正在使用UpdatePanel,而IE则试图解析DOM。 See this article for KB 2000262 - Fix: UpdatePanel Async Postbacks Slow in Internet Explorer . 有关知识库文章2000262的详细信息,请参阅本文。 Check your task manager when this happens and see if IExplore.exe is %100. 发生这种情况时,请检查您的任务管理器,看看IExplore.exe是否为%100。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM