css ul li 自动换行
UI->li自动换行参数:white-space:nowrap;
css代码:
ul{
margin:0px;
padding:0px;
list_style:none;
}
li{
height:28px;
line-height:28px;
white-space:nowrap;
display:block;
float:left;
}
---------------------------------------------------
.Common_Company ul{width:310px;height:40px;float:left; text-align:left; display:block;}
.Common_Company li{line-height:160%;text-align:left; float:left; width:155px; white-space:nowrap; display:inline; list-style:none; text-indent:8px;background:url(../images/dot_3_333.gif) no-repeat 0 50%;}
要li自动左对齐 可以试着设置 float width 属性