粘性表头位置绝对没有重叠?

时间:2016-03-03 17:28:59

标签: javascript html css

我有一个<thead>的表,我想强制滚动,同时保留格式,对齐和结构。我试过了:

position:absolute 

但这会扭曲和重叠一切。

http://jsfiddle.net/hyo90obL/

1 个答案:

答案 0 :(得分:0)

table{
  margin-top:55px
}
.hellomylady{
  position: fixed;
    top: 0;
    background: #fff;
}

fiddle link