0
我使用的是:http://kitchen.net-perspective.com/open-source/scroll-follow/JQuery滾動按鈕但水平? (凍結列)
我的大型HTML表格凍結標題。我克隆了原來的桌子,剪掉了身體,只做了「header scroll」插件。它的工作原理就好像它在鏈接中一樣。
現在,我想我的第一列做相同的,但「水平」,因爲我的第一列熄滅時,我水平滾動頁面。由於「滾動跟蹤」,我沒有垂直問題。
我再次克隆了我的原始表格,並設置了第一列,但經過大量研究後,我找不到要找的內容。這基本上是我的設置:
<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的東西,所以任何幫助,將不勝感激。