I am in the process of creating a website, but the top menu is appearing below the slider and I am not sure where to change the z-index value. Hence giving you the site link. Apologize for that. http://www.freshpotsolutions.com/testLab/selkar.com/test1/home1.html
我正在创建一个网站,但顶部菜单出现在滑块下方,我不知道在哪里更改z-index值。因此,为您提供站点链接。为此道歉。 http://www.freshpotsolutions.com/testLab/selkar.com/test1/home1.html
Regards, Josh
1 个解决方案
#1
0
You can add a z-index: 2 to the .box-section2 rule:
您可以在.box-section2规则中添加z-index:2:
.box-section2 {
...
z-index: 2;
}
#1
0
You can add a z-index: 2 to the .box-section2 rule:
您可以在.box-section2规则中添加z-index:2:
.box-section2 {
...
z-index: 2;
}