当前位置: 代码迷 >> Web前端 >> 怎么使table有滚动条
  详细解决方案

怎么使table有滚动条

热度:153   发布时间:2012-09-03 09:48:39.0
如何使table有滚动条
<div
style="width:200;height:500;overflow:scroll;overflow-x:hidden;overflow-y:scroll;"> 
<table width="200" height="25" border="0" align="top" cellpadding="0"

cellspacing="0" bgcolor="#eeeeee">
  <tr>
    <td align="center">balabala</td>
  </tr>
</table>
<table width="200" border="0" cellspacing="2" cellpadding="2">
table></div>

  相关解决方案