下面适用于chromer,Firefox但不适用于IE8 谁能告诉我为什么?
table {
table-layout:fixed;
}
tbody {
height: 520px;
overflow: auto;
}
table td {
min-width: 220px;
overflow: hidden;
text-overflow: ellipsis;
text-align:center;
}
thead > tr, tbody{
display:block;
}
答案 0 :(得分:0)
在IE8中,tbody不可滚动,所以请使用:
position: absolute;
然后使用margin和paddings为div等。