Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个页面: 1 - 标题。2 - 表。3 - 页脚。
该表有第一行,就像每一列的标题。之后,所有数据都按行和列排序。
我需要滚动除顶部第一行之外的所有行。我试了试,头疼。
这是开始位置:Demo
这是我的尝试之一:Demo1
我可以想到一些解决方案..
一种是使用两个表格,将标题拉出并将表格的下部放在可以滚动的 div 中。
第二个可能是使用航点(http://imakewebthings.com/jquery-waypoints/)来锁定表头并用 tr:first-child 定位它
第三种可能是使用图像作为标题并在它自己的 div 标签中滚动内容。
(使用 position:fixed 将使某些内容锁定在页面上)
希望这些帮助:)