加入css代码:
#header_navi ul li {float:left; width:80px; height:30px; text-align:center; line-height:30px; list-style:none;}
备注:width和height的值具体要根据您的导航图片宽度进行设置。
float:left 主要是这个,但是要注意width的宽度计算,超出了就会2行了
dispaly:block float:left