Geo*_*lly 18 html safari html-table
是否可以在每个打印页面上重复Safari中的表格标题?
此代码适用于Firefox但不适用于Safari:
<table>
<thead>
<tr>
<td>Header1</td>
<td>Header2</td>
</tr>
</thead>
<!-- lots of rows -->
</table>
Run Code Online (Sandbox Code Playgroud)
编辑:
以下不修复它,因此它不能与IE具有相同的错误:
thead { display:table-header-group; }
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2809 次 |
| 最近记录: |