我不能为我的生活弄清楚为什么悬停在“约”菜单项上的下拉显示在图像后面,请参阅此链接http://www.ziprfit.com.au/index.php(我希望可以发布链接)。
所有搜索结果都显示z-index,那里的图像的z-index为6,我将菜单设置为100,它仍然出现在图像后面。
在服务器端,这是由PHP生成的。
感谢您的帮助。
答案 0 :(得分:4)
在 #nav ul ul
中添加职位:亲属;#nav ul ul {
z-index: 100;
display: none;
position: relative;
}
答案 1 :(得分:2)
将position: relative;
和z-index: 100;
添加到您的#nav
div:)