gpt4 book ai didi

css - IE7 中的 z-index 问题

转载 作者:太空宇宙 更新时间:2023-11-04 05:15:45 25 4
gpt4 key购买 nike

我有一个下拉菜单:http://whitehornguard.com/但至少在 IE7 中,下拉部分出现在大标题图像下方,我尝试更改 z-index 并使用 !important 但它似乎没有任何区别..

我做错了什么?谢谢。

最佳答案

这是 IE 的一个已知问题。有一个技巧可以解决它。尝试用具有以下样式的附加容器包装菜单:

<div id="wrapper" style="position:relative; z-index: 1000;">
<div id="menu" style="position:absolute; z-index: 999;"></div>
</div>

请注意菜单的 z-index 小于容器。

更多详情请查看:http://brenelz.com/blog/squish-the-internet-explorer-z-index-bug/

关于css - IE7 中的 z-index 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8155468/

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