我无法设置导航栏的中心位置。我对网页设计很陌生,任何帮助都会非常感激。 Here is the navigation bar.
答案 0 :(得分:3)
将ul
的规则更改为:
ul#menu {
list-style-type: none;
margin: 0 auto;
padding: 0px;
position: relative;
width: 705px;
}
答案 1 :(得分:0)
ul {
list-style-type:none;
margin:0;
padding:0;
position: absolute;
left:25%;
right:25%;
}
或者您可以根据自己的选择设置左侧。