Html IE8中未修复表标题

Html IE8中未修复表标题,html,css,internet-explorer-8,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 >

在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;
}

在IE8中,车身不可滚动,因此请使用:

position: absolute;
然后用边距和填充物来填充div等