这是该页面的 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;
}