粘性表标题位置绝对无重叠

Sticky table header position absolute without overlap?

本文关键字:重叠 位置 标题      更新时间:2023-09-26

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

position:absolute 

但这扭曲和重叠了一切。

http://jsfiddle.net/hyo90obL/

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

小提琴链接