Fixed Table Header using CSS

前端 未结 3 1605
离开以前
离开以前 2021-01-21 18:05

How to have a fix thead at the top? I tried the below script but it didn\'t fixed on scrolling.

3条回答
  •  抹茶落季
    2021-01-21 18:44

    I have made another solution if you want to check it here:

    https://codepen.io/patridc/pen/aeLGbo

    thead{
        top: 0;
        z-index: 1;
    }
    
    
    gfdg gdrgr segsre gfrdg srgdr egrsdg
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654
    1 7 9 585 656 65654

提交回复
热议问题