css设置文字不换行,超过的部分用“...”代替

设置文字不换行,超过的部分用“...”代替
 overflow: hidden;

 text-overflow: ellipsis;
 white-space: nowrap;
 width: /*some num*/;
posted @ 2015-12-29 15:49  tFHed  阅读(947)  评论(0)    收藏  举报