标签:style sp div 代码 html htm text 方法 c
用CSS实现超长字段用省略号表示的方法
html实例代码如下:
<div style="width:150px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis">
用CSS实现超长字段被省略的方法</div>
注意:设置宽度,overflow:hidden, white-space:nowrap, text-overflow:ellipsis四个属性缺一不可。
标签:style sp div 代码 html htm text 方法 c
原文地址:http://my.oschina.net/lvkun0223/blog/341391