Maison > Article > interface Web > 关于字符超过宽度显示省略号_html/css_WEB-ITnose
我是用这句话实现的在一个div中加入overflow:hidden;text-overflow:ellipsis; white-space:nowrap;width:100px;
但是是加了宽度之后如果只有1、2个字的话,后面会很空,因为这个div后面还有其他字的。
比如就变成这样:确认删除 小白 吗?请问有什么办法可以让空的地方消失
http://developer.51cto.com/art/201008/221894.htm
试试=
加了宽度就只能这样了