带滚动条的table

来源:互联网 发布:淘宝卖家怎么分类宝贝 编辑:程序博客网 时间:2024/04/18 21:59

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
</head>

<body>

<div style="width : 100%;height:100; overflow-x : visible;  overflow-y : scroll; padding-left:15;">
<table width="75%" border="1"  height:2 style="">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>

  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;
    </br>
    dfgsdfg
    </td>

  </tr>

</table>
      </div>
</body>
</html>