table 固定列头方法(CSS)
2021-07-16 08:04
标签:overflow lock 固定 head display layout over scroll css table tbody { table thead, tbody tr { table thead { table thead th { table 固定列头方法(CSS) 标签:overflow lock 固定 head display layout over scroll css 原文地址:http://www.cnblogs.com/FInerProgrammer/p/7071012.html
display: block;
height: 195px;
overflow-y: scroll;
}
display: table;
width: 100%;
table-layout: fixed;
}
width: calc( 100% - 1em );
}
background: #ccc;
}
下一篇:(转)C/S 与 B/S 区别
文章标题:table 固定列头方法(CSS)
文章链接:http://soscw.com/index.php/essay/105936.html