gpt4 book ai didi

javascript - 如何卡住表格的thead部分

转载 作者:行者123 更新时间:2023-11-28 13:11:46 24 4
gpt4 key购买 nike

我有一个包含两个标题行的表格 Demo .

<thead>
<tr>
<th colspan="4"><big>Variable Details</big></th>
</tr>
<tr>
<th>Variable Name</th>
<th>Starting Value</th>
<th>Default Value</th>
<th>Description</th>
</tr>
</thead>

我想卡住前两个标题行(表格的标题部分)。任何想法。

最佳答案

将 CSS 属性位置更改为“sticky”以获得粘性表头。见下文。

CSS:

thead { position: sticky;顶部:0px; z-指数:10; }

注意:您可能需要根据其他 CSS 属性调整 z-index。

关于javascript - 如何卡住表格的thead部分,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18848369/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com