效果如下:HTML页面-div层滚动列表-写法

<!-- Start of table 5:列表内容标题栏 -->
<div style="WIDTH: 100%; HEIGHT: 255px; overflow-x:auto; overflow-y:hidden"> 层代码
<!--一定要有这个大table包含,如果不然不产生作用-->

<table width="160%" border="0" cellspacing="0" cellpadding="0">

<tr>
<td>
<!-- 具体table使用html代码-->
<table>
<tr>
<td>
标题
</td>
</tr>
<tr>
<td>内容</td>
</tr>
</table>
<!-- 具体table使用html代码-->
</td>
</tr>

</table>
</div>

相关文章:

  • 2022-01-09
  • 2022-12-23
  • 2021-11-17
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
猜你喜欢
  • 2022-01-29
  • 2021-11-17
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案