普通的blog,普通的新手
nav ul{
width:1100px;
height:60px;
margin:0px auto;
background:red;
}
nav ul li{
widht:70px; width的t和h倒了
height:60px;
float:left;
text-align:center;
}
nav ul li a:hover{
display:block;
height:60px;
background::#3f3f3f; 多了个:
nav ul{
width:1100px;
height:60px;
margin:0px auto;
background:red;
}
nav ul li{
widht:70px; width的t和h倒了
height:60px;
float:left;
text-align:center;
}
nav ul li a:hover{
display:block;
height:60px;
background::#3f3f3f; 多了个: