すべての印刷ページで Safari のテーブル ヘッダーを繰り返すことは可能ですか?
このコードは Firefox では機能しますが、Safari では機能しません。
<table>
<thead>
<tr>
<td>Header1</td>
<td>Header2</td>
</tr>
</thead>
<!-- lots of rows -->
</table>
編集:
以下では修正されないため、IE のバグとは異なります。
thead { display:table-header-group; }