gpt4 book ai didi

css - 为什么我的 CSS 下拉菜单在 IE7 中的 DIV 后面打开?

转载 作者:行者123 更新时间:2023-11-27 22:48:45 25 4
gpt4 key购买 nike

这个问题一直困扰着我。

这只发生在 IE7 中。我看到了一些类似的主题,并尝试了解决方案,但无法使它们起作用。

有什么想法吗?

http://signhit.com/

谢谢!!!

最佳答案

参见:div layering problems

The general idea is to poke position:
relative
(usually remove it) and z-index on parent elements of your drop down until it's fixed.

position: relative 我不是在开玩笑。

您显然已经阅读了您遇到的问题并尝试了解决方案;我可以看到 z-index 散布在各种元素上。

还有一个步骤来修复下拉菜单以在 IE7 中工作:

  • #content 中删除 position: relative

关于css - 为什么我的 CSS 下拉菜单在 IE7 中的 DIV 后面打开?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5421813/

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