CSS IE 悬停问题与弹出菜单
我正在尝试创建一个仅适用于 IE7+ 和 FF 的 CSS 菜单。当然,该菜单目前可以在 IE8 和 FF 中使用。
问题是当您将鼠标悬停在 Store Departments > 上时女装> Grocery
,然后停止悬停(也就是说,直接从悬停在 Grocery
上到悬停在文档上)。然后再次将鼠标悬停在商店部门
上。发生的情况是第三层仍然可见。除非您将鼠标悬停在第三层上,然后将鼠标悬停在第二层上,否则它不会正确消失。
此问题仅存在于 IE7 上,且开发 URL 为 navset.tabmin.com/vert.htm
I'm trying to create a CSS only menu that will work in IE7+ and FF. Of course, the menu currently works in IE8 and FF.
The problem is when you hover over Store Departments > Women's Clothes > Grocery
and then just stop hovering (meaning, go directly from hovering over the Grocery
to hovering over the document). Then hover over Store Departments
again. What is happening is the 3rd level is still visible. It won't disappear correctly unless you hover over the 3rd level, then hover over the second level.
This issue only exists on IE7 and the dev URL is navset.tabmin.com/vert.htm
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能是由于
hasLayout
:http://murphy.cz /ie7-hover-ghosts-bug/
http://www.satzansatz.de /cssd/onhavinglayout.html
This is probably due to
hasLayout
:http://murphy.cz/ie7-hover-ghosts-bug/
http://www.satzansatz.de/cssd/onhavinglayout.html