html表固定标题

时间:2016-09-02 15:52:58

标签: html css

我有12个columuns的Html表,并且没有15-30行。我需要在滚动时将header和subHeader设置为固定。

我尝试使用overflow-y:auto;和位置:固定,但内容随着标题一起移动。

http://jsfiddle.net/1nteger/9LouLesp/8/

#myTable {
  width: 100%;
}

#Header {
  /*position:fixed;*/
}

#SubHeader {
  /*position:fixed;*/
}

.content {
  /*overflow-y:scroll*/
}

0 个答案:

没有答案