gpt4 book ai didi

php - 图片后面出现下拉菜单

转载 作者:行者123 更新时间:2023-11-28 04:53:51 25 4
gpt4 key购买 nike

我一辈子都弄不明白为什么鼠标悬停在“关于”菜单项上时下拉菜单会出现在图像后面,请参阅此链接 http://www.ziprfit.com.au/index.php (我希望可以发布链接)。

所有搜索结果都建议使用 z-index,那么其中图像的 z-index 变为 6,我将菜单设置为 100,它仍然出现在图像后面。

在服务器端,这是由 PHP 生成的。

感谢您的帮助。

最佳答案

在你的#nav ul ul

中添加 position: relative;
#nav ul ul {
z-index: 100;
display: none;
position: relative;
}

关于php - 图片后面出现下拉菜单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27013365/

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