关于td中的内容过多隐藏的问题
FireFox,IE7,IE8,IE9支持,chrome不支持
table{
table-layout:fixed;
}
td{
word-break:keep-all;
overflow:hidden;
}
发布时间: 2014-01-17 00:06:00 作者: rapoo
关于td中的内容过多隐藏的问题
FireFox,IE7,IE8,IE9支持,chrome不支持
table{
table-layout:fixed;
}
td{
word-break:keep-all;
overflow:hidden;
}