IE 中的页面加载时,动画 gif 不会显示动画

发布于 2024-08-07 16:02:28 字数 158 浏览 1 评论 0原文

我有一个资源密集型 ASP.NET 页面。我有一个带有图像的 div 元素,我在页面加载之前和之后设置了可见性。这在 IE 中失败。 IE 停止为图像设置动画。

我已经尝试了不同留言板上提出的所有可能的解决方案,但没有成功。

非常感谢任何帮助。

I have a resource intensive ASP.NET page. I have a div element with an image that I set the visibility for before and the after the page loads. This fails in IE. IE stops animating the image.

I have tried all possible solutions that were presented in different message boards with no luck.

Any help is really appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

囚你心 2024-08-14 16:02:28

我的猜测是你正在使用 UpdatePanel 并且 IE 被固定尝试解析 DOM。请参阅此文章,了解知识库 2000262 - 修复:Internet Explorer 中 UpdatePanel 异步回发缓慢。发生这种情况时请检查任务管理器并查看 IExplore.exe 是否为 %100。

My guess is your are using an UpdatePanel and IE is pegged trying to parse the DOM. See this article for KB 2000262 - Fix: UpdatePanel Async Postbacks Slow in Internet Explorer. Check your task manager when this happens and see if IExplore.exe is %100.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文