2012-06-06 24 views

回答

1

任何教程這是該頁面的CSS。 如果你刪除float:left你做這個工作!

#mainNav li { 
background-color: #EBEBEB; 
background-image: url("images/navBtn.gif"); 
background-position: right top; 
background-repeat: no-repeat; 
float: left; <!-- REMOVE ME! --> 
height: 71px; 
list-style: none outside none; 
}