【发布时间】:2017-05-23 13:31:09
【问题描述】:
我正在尝试设计一个左列固定而右列水平滚动的表格,并且整个表格的标题在向下滚动期间是固定的。我已经搜索了一些解决方案,但只能修复一列,我的想法是在一个表格中,可以像这样滚动:
column1 column2 column3 column4 | column5 column6 column7
------------------------------- |------------------------
|
//body and header are fixed | //only body and header can scroll
//when scroll down | //horizontally, fixed while scroll
| //down
【问题讨论】:
-
我确信有一种方法可以达到您想要的结果
-
是的,我知道,但我想知道任何代码让我参考,因为我不知道如何开始......
标签: javascript jquery html css