【发布时间】:2011-09-25 22:20:56
【问题描述】:
我的表结构如下:
<table>
<thead>
<tr>
<th colspan="4">Current</th>
<th colspan="4">New/Requested</th>
</tr>
<tr>
<th nowrap="nowrap">RSD </th>
<th nowrap="nowrap">CRSD </th>
<th nowrap="nowrap">MSD </th>
<th nowrap="nowrap">Open QTY </th>
<th nowrap="nowrap">CRD </th>
<th nowrap="nowrap">CRSD </th>
<th nowrap="nowrap">MSD </th>
<th nowrap="nowrap">Open QTY </th>
<th nowrap="nowrap">Action</th>
<th nowrap="nowrap">Reason</th>
<th nowrap="nowrap">Action Code Status </th>
</tr>
<tbody>
<tr>
<td></td>
<td></td>
.....plenty of rows
</tr>
</tbody>
</thead>
</table>
我正在尝试修复标题,以便向下滚动时它仍然可见。 我看了this post,但无法理解。我怎样才能做到这一点?
【问题讨论】:
-
但我的表格正文不可滚动,当我滚动页面而不是表格正文时我想要这个
-
我还在玩这个...
-
@Vivek - 你试过解决方案吗............你在哪个浏览器中工作?
-
@Vivek - 试试 jquery 插件并接受它是否适合你]
标签: javascript jquery html css html-table