我的网站是:http://chris.money/我正在使用beaver builder来设置我的网站。
我想要一个显示在标题图片顶部的固定标题,我有这个代码:
<div id="header">html code and/or php for menu</div>
#header { position:fixed; top:0px; left:0px; z-index:100; }
但它没有覆盖,而只是在图像上方添加。
答案 0 :(得分:1)
你需要添加那个css
.fl-page-nav-right {
display: block;
position: relative;
z-index: 9999;
}