将table放到div中,div设置滚动 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">test</td>
</tr>
</table>
</div>