表格table标题内容一行显示多的用省略号 (502)
表格table内容文章标题超长一行显示多的用省略号,css解决方案
|
1 2 3 |
#catgoodlist table{table-layout:fixed;} #catgoodlist table th#biaoti{/*width:100px; background:#f90;*/} #catgoodlist table td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;} |
本文更新网址:https://feilong.org/table-css-ellipsis
2017-03-19 ~ 2017-03-19
加入收藏夹,查看更方便。
分类: 网站开发