如何添加带有固定标题的滚动条

时间:2012-06-29 14:39:42

标签: html css css3 html-table

如何修改此CSS以应用具有固定标题的滚动条?

#gradient-style {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    overflow: auto;
}

#gradient-style th {
    font-size: 12px;
}

#gradient-style td {
    height: 20px;
}

我的表是这样的:

<table  id="gradient-style" align="center">

1 个答案:

答案 0 :(得分:0)

我假设您正在讨论具有可滚动表格内容(表格主体)的固定表格标题。

请查看此示例:http://jsfiddle.net/randeep161/n8zNq/