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

 

<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>

你可能感兴趣的:(css)