1,html布局
<table>
<tr>
<td></td>
</tr>
</table>
2,css样式
table{
table-layout:fixed; //重要样式
}
td{
width:500px;overflow:hidden;overflow:ellipsis;
}
3,兼容
兼容火狐,谷歌等主流浏览器
标签:lips 重要 flow tab log body css table 样式
1,html布局
<table>
<tr>
<td></td>
</tr>
</table>
2,css样式
table{
table-layout:fixed; //重要样式
}
td{
width:500px;overflow:hidden;overflow:ellipsis;
}
3,兼容
兼容火狐,谷歌等主流浏览器
标签:lips 重要 flow tab log body css table 样式
原文地址:http://www.cnblogs.com/jj9219/p/8072746.html