我有一个 100% 宽度的标题和一个 980 像素的导航内部标题
现在我想为标题和导航提供固定的位置。我已尝试使用以下代码,但无法得到我想要的请帮助我,
我的 header.css
width:100%;
height:60px;
background: #ffffff;
position:fixed;
z-index:999;`
和我的 nav.css
background: #ffffff;
height: 60px;
text-align:center;
position:fixed;
z-index:99;
.nav ul
margin:0;
padding:0;
.nav li
display: inline-block;
list-style-type: none;
vertical-align:middle;`
.nav li a
font-size: 16px;
color: black;
display: block;
line-height: 60px;
padding: 0 10px;
text-decoration: none;