gpt4 book ai didi

html - 修复了在 html 表格标题处滚动而不影响标题大小

转载 作者:行者123 更新时间:2023-11-28 18:06:25 25 4
gpt4 key购买 nike

我正在尝试修复 html 表的标题并滚动表体的其余部分。为了修复列,我使用了以下 css,但问题是它干扰了标题的列大小。

    <style type="text/css">
div.tableContainer
{
clear: both;
border: 1px solid #963;
height: 300px;
overflow: hidden;
width: 1000px
}

html>body thead.fixedHeader tr
{
display: block
}


thead.fixedHeader th
{

background: #C96;
border-left: 1px solid #EB8;
border-right: 1px solid #B74;
border-top: 1px solid #EB8;
font-weight: normal;
padding: 4px 3px;
text-align: left
position: relative
width: 200px

}

html>body tbody.scrollContent {
display: block;
height: 300px;
overflow: auto;
width: 100%

}

tbody.scrollContent td, tbody.scrollContent tr.normalRow td {

background: #FFF;
border-bottom: none;
border-left: none;
border-right: 1px solid #CCC;
border-top: 1px solid #DDD;
padding: 2px 3px 3px 4px

}

html>body thead.fixedHeader th +th {
width: 50px
}


</style>

最佳答案

关于html - 修复了在 html 表格标题处滚动而不影响标题大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19511488/

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