目前我的导航菜单的下拉部分隐藏在我正下方的javascript滑块后面。查看问题here。如何在滑块上显示下拉菜单?
以下是包含相应导航菜单和滑块的两个div的一些CSS。
导航菜单:
#nav {
width:1024px;
height:20px;
border-bottom:1px solid #ccc;
}
滑块:
#slider {
width:1024px;
height:300px;
background: #353A33;
padding-bottom:5px;
}
有什么想法吗?
答案 0 :(得分:8)
尝试在您的z-index
课程中添加.dropdown
:
/* Navigation Style */
.dropdown {
position:relative;
font-family: arial, sans-serif;
height:50px;
width:100%;
font-size:14px;
color:#ffffff;
background:#353A33;
z-index:1000;
}
答案 1 :(得分:1)
使用 位置:绝对 导航中z-index最高