如何让四个li在水平方向上居中显示呀
ul{
width:200px;/*4个li的宽度之和*/
margin:0 auto;
}
float:left;就可以了
line-height: ??px 加给li 或者 li下的a
text-align:center
float