gpt4 book ai didi

html - CSS 菜单在 IE6 中不显示子 UL

转载 作者:行者123 更新时间:2023-11-28 14:33:07 25 4
gpt4 key购买 nike

我无法在 ie6 中显示以下内容,在所有浏览器中都可以找到所有内容,但 ie6 似乎失败了。

我也尝试过 left:-9999999px 而不是 display:none 但它似乎仍然没有显示/

http://jsfiddle.net/FVkzc/

最佳答案

你需要 csshover.htc以便 IE6 正常工作。

像这样使用它:

body { 
behavior: url('csshover.htc');
}

原因:IE6 不会在非 anchor 元素上执行 hover 操作。

关于html - CSS 菜单在 IE6 中不显示子 UL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7108926/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com