table中的超长字符串用省略号表示的css样式
table中的超长字符串用省略号表示的css样式
发布时间:2017-01-07 来源:查字典编辑
摘要:效果如图代码:tabletd{white-space:nowrap;overflow:hidden;text-overflow:ellips...

效果如图

1

代码:

<style>

table td{white-space:nowrap;overflow:hidden; text-overflow:ellipsis;}

table {table-layout:fixed;}

</style>

注意!给TD指定宽度(否则宽度自动分配,达不到理想的效果).

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新 Div+Css教程学习
热门 Div+Css教程学习
网页设计子分类