表头没有在IE8中修复

时间:2013-05-22 23:22:29

标签: html css internet-explorer-8

下面适用于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;
}

1 个答案:

答案 0 :(得分:0)

在IE8中,tbody不可滚动,所以请使用:

position: absolute;

然后使用margin和paddings为div等。