`

table内文字超出td则显示省略号

    博客分类:
  • css
css 
阅读更多

 

<style type="text/css" >

.tableCSS{

background-color:#c0c0c0;

table-layout: fixed;

}

.tableZX td{

text-decoration:underline;

 

white-space:nowrap;

overflow:hidden;

            -o-text-overflow: ellipsis;    /* for Opera */

            text-overflow:ellipsis;        /* for IE */

}

</style>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics