标签:sp bs text nbsp ip css c it ace
li{
width:300px;
white-space:nowrap;表示怎样处理li容器中的空白部分,nowrap表强制不换行,直到文本结束或碰到</br>
text-overflow:ellipsis;文本超过li容器宽时,以省略号标识溢出;
overflow:hidden;
}
标签:sp bs text nbsp ip css c it ace
原文地址:http://www.cnblogs.com/webkey-wzy/p/4048807.html