Table td 标签省略号

1.文本内容太长不想显示

2.文本内容太长想换行

3.文本内容太长不想换行

Css

.wrap{ width: 150px;
//设置需要固定的宽度 white-space: nowrap; //不换行 text-overflow: ellipsis; //超出部分用....代替 overflow: hidden; //超出隐藏 }

 

 Html


<td> <div class="wrap" title="<{$row[ 'productname']}>"><{$row[ 'productname']}></div> </td>

 

 


 

posted @ 2018-01-26 15:59  红领巾下的大刀疤  阅读(307)  评论(0编辑  收藏  举报
/* 看板娘 */