固定Table第一行或某几行不随滚动条滚动而滚动
固定Table第一行或某几行不随滚动条滚动而滚动
发布时间:2016-12-27 来源:查字典编辑
摘要:样式:.fixedHead{position:relative;top:expression(this.offsetParent.scrol...

样式:

.fixedHead {

position: relative;

top:expression(this.offsetParent.scrollTop-2);

}

使用:

<div>

<table>

&nbsp; &nbsp; &nbsp; &nbsp; <tr>

&nbsp; &nbsp; &nbsp; &nbsp; <th>标题不动</th>

</tr>

<PRE class=html name="code">&nbsp; &nbsp; &nbsp; &nbsp; <tr>

&nbsp; &nbsp; &nbsp; <td>内容滚动</td>

</tr></PRE></table>

</div>

<P></P>

<PRE></PRE>

<P></P>

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新 Div+Css教程学习
热门 Div+Css教程学习
网页设计子分类