CSS 省略过长的文章,显示为...
gridtable_blue.css
.mainTable {
?table-layout: fixed;
}
td {
?text-overflow: ellipsis;
?white-space: nowrap;
?overflow: hidden;
}
发布时间: 2012-10-09 10:21:45 作者: rapoo
CSS 省略过长的文章,显示为...
gridtable_blue.css
.mainTable {
?table-layout: fixed;
}
td {
?text-overflow: ellipsis;
?white-space: nowrap;
?overflow: hidden;
}