UpdatePanel 中的 IE6 PNG 透明度
我有一个带有 UpdatePanel 的子页面,该页面连接到每 5 秒自动刷新一次的计时器。我尝试了一些不同的 PNG 修复,它们一直有效,直到 UpdatePanel 刷新该部分。然后,根据修复情况,PNG 会消失或恢复为不透明。当 UpdatePanel 刷新时,我是否需要强制运行 javascript?我该怎么办呢?
谢谢!
I have a child page with an UpdatePanel on it that is connected to a timer that autorefreshes every 5 seconds. I've tried a few different PNG fixes, and they work until the UpdatePanel refreshes that section. Then, depending on the fix the PNGs either disappear or go back to nontransparent. Do I need to forcefully run the javascript when the UpdatePanel refreshes? How would I go about this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 JavaScript 技巧来解决 IE 6 缺乏 png 透明度的问题,则需要使用 ScriptManager 注册脚本,以便在 UpdatePanel 刷新时运行。
MSDN 参考
If your using a JavaScript trick to get around IE 6's lack of png transparency, you need to register your script with the ScriptManager to run when the UpdatePanel refreshes.
MSDN Reference