<table border="1" style="height:50px; overflow:auto;">
<thead>
<tr>
<th>Col 1
</th>
<th>Col 2
</th>
</tr>
</thead>
<tbody>
<tr>
<td>Cell 3
</td>
<td>Cell 4
</td>
</tr>
<tr>
<td>Cell 5
</td>
<td>Cell 6
</td>
</tr>
</tbody>
</table>
固定我想上表是50像素高度,所以在內容的增加的滾動條會踢,但我也喜歡錶頭(THEAD)將總在最前面固定,而其他內容可以滾動。有沒有解決方案,最好使用jQuery?在<table>
在此先感謝您的幫助。
erm..thats有點討厭,因爲列寬度將不匹配,除非手動指定。老實說,我曾經試過這個,後悔過。 – 3zzy 2009-12-27 13:56:16