css实现table表格中td超出文字省略掉

首先设置表格的样式table-layout:fixedcss

再设置表格的宽度(这步必须) html

最后再设置td样式的三个必要属性spa

text-overflow: ellipsis; white-space: nowrap; overflow: hidden;.net


原文连接:http://www.jb51.net/css/170297.htmlhtm

相关文章
相关标签/搜索