我正在使用此:http://kitchen.net-perspective.com/open-source/scroll-follow/
我的大型HTML表格可以冻结标题。我克隆了原始的表格,剪掉了身体,只做了标题实现“滚动跟随”插件。它工作得很好,就像在链接中一样。
现在我希望我的第一列做同样但“水平”,因为当我水平滚动时,我的第一列离开了页面。由于“滚动跟随”,我没有垂直问题。
我再次克隆了我的原始表并设置了我的第一个专栏,但经过大量研究后,我找不到我想要的东西。这基本上就是我的设置:
<table>
//Original large table
</table>
<table>
//Cloned table of the first column to be (hopefully) "scroll followed" horizontally
</table>
<div id="scroll follow plugin">
<table>
//Cloned table with only headers
</table>
</div>
我是所有这些JQuery,编码,脚本和HTML内容的新手,所以任何帮助都将受到赞赏。