DIV 显示隐藏仅在 IE 中闪烁

发布于 2024-08-12 21:05:29 字数 296 浏览 6 评论 0原文

我在显示由 MouseOver 触发的图像时遇到问题(请参阅:http://camera.vu.nl/ v2) 在 Safari 和 Firefox 中没问题。在 IE 中,当您将文本移动到带有 blob 图像的可见背景图层时,该图层会打开和关闭,导致闪烁。 我使用 Dreamweaver CS4 中的标准选项构建它。

任何人都可以帮助我避免 IE 中的这种闪烁而不破坏页面的想法吗?

非常感谢!

马可

I've got a problem with showing images triggered by a MouseOver (see: http://camera.vu.nl/v2)
In Safari and Firefox it's ok. In IE when you move of the text onto the Visible background layer with the blob-image, the layer is turned on and off leading to flickering.
I build it using the standard options in Dreamweaver CS4.

Can anyone please help me avoid this flicker in IE without destroying the idea of the page?

Thanks ever so much!

Marco

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

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

发布评论

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

评论(1

╰ゝ天使的微笑 2024-08-19 21:05:29

当我在 div 上添加鼠标悬停和鼠标移出时,我遇到了这个问题,该 div 显示了一个 div,该 div 覆盖了设置了 mouseout 事件的 div。

是这样吗?如果是这样,那么当 div 显示时,它将触发鼠标移出事件,然后在鼠标悬停和鼠标移出时陷入循环,直到您真正将指针移出。

如果没有,您可以发布一些代码示例吗?

I've had this problem when I've added a mouseover and mouse out on a div which showed a div which covered the div which had the mouseout event set.

Is this the case? If so, then when the div shows, it will fire the mouse out event and then end up in a loop on mouseover and mouseout until you truly move the pointer out.

if not, could you post some code sample?

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