标签: css3 drop-down-menu z-index css
我正在创建网站,但顶部菜单显示在滑块下方,我不知道在哪里更改z-index值。因此,为您提供站点链接。为此道歉。 http://www.freshpotsolutions.com/testLab/selkar.com/test1/home1.html
此致 约什
答案 0 :(得分:0)
您可以在.box-section2规则中添加z-index:2:
.box-section2 { ... z-index: 2; }