标签:
ul li{ height:25px;
line-height:25px;
width:200px;
overflow:hidden;
white-space:nowrap;
-moz-text-overflow:ellipsis;
text-overflow:ellipsis; }
注意以上几个的先后顺序, overflow white-space 等,如果顺序出错,或者漏掉了某一个,会造成本样式失效!
标签:
原文地址:http://www.cnblogs.com/itafter/p/4388380.html