台面固定位置带水平滚动

时间:2013-09-11 14:11:49

标签: html css html-table

我需要在没有table thead卷轴的情况下在表格中创建水平滚动, table thead应该表现为固定位置,我不能使用position:fixed;在<thead>元素上,因为它将自己固定到视图端口而不是父表。此示例在position:fixed上使用table thead,将其修复到视图端口的顶部是否有办法在没有position:fixed的情况下执行此操作?

http://jsfiddle.net/E9mqk/1/

1 个答案:

答案 0 :(得分:0)

尝试:

.table-fixed-header {
  position: absolute;
}

position: relative;为父母。