【发布时间】:2010-10-02 08:13:56
【问题描述】:
是否可以在每个打印页面上重复 Safari 中的表头?
此代码在 Firefox 中有效,但在 Safari 中无效:
<table>
<thead>
<tr>
<td>Header1</td>
<td>Header2</td>
</tr>
</thead>
<!-- lots of rows -->
</table>
编辑:
以下没有修复它,因此它不可能是IE的相同错误:
thead { display:table-header-group; }
【问题讨论】:
标签: html safari html-table