当表格头部固定时,需要分为两个表格来做:一部分是thead,一部分是tbody,具体实现方式如下:
html代码:
<div class="table_box_big">
<div class="table_box">
<table>
<thead>
<tr>
<th><div>标题一</div></th>
<th><div>标题二</div></th>
<th><div>标题三</div></th>
<th><div>标题标题标题标题标题标题标题标题标题四</div></th>
<th><div>标题标题标题标题标题标题标题标题标题五</div></th>
<th><div>标题标题标题标题标题标题标题标题标题六</div></th>
</tr>
</thead>
</table>
<div class="table_tbody_box">
<table>
<tr>
<td>信息一</td>
<td>信息二