导航栏它居不了中了到底是怎么会事呢!!!
#导航栏 {
background-color: #F93;
height: auto;
width: 800px;
text-align: center;
margin: 0 auto;
position: relative;
left: 100;
}
#导航栏 ul {
background-color: #F99;
font-weight: bold
list-style: none;
width: 800px;
float: left;
margin:0 auto;
float: left;
text-align:center;
}
#导航栏 ul li {
float: left;
width: 20%;
text-align: center;
list-style: none;
}
#导航栏 ul li a {
font-family: "宋体";
font-size: 18px;
display: block;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 6px;
background-color: #FC6;
}
把html代码也贴出来
left: 100px