请问大神下面的代码怎么写才能不被滚动条的命令影响,不加滚动条排列都正常,但内容要把表格胀大。
<div style="overflow-x: auto; overflow-y: auto; width:200px; height: 100px; ">
<table width="200" height="100" border="1" align="Left" cellPadding=0 cellSpacing=0
bgcolor=ffffff>
<body>
<tr>
<td>
<pre>
</pre>
</tr>
</td>
</body>
</table>
</div>
<div style="overflow-x: auto; overflow-y: auto; width:200px; height: 100px; ">
<table width="200" height="100" border="1" align="Left" cellPadding=0 cellSpacing=0
bgcolor=ffffff>
<body>
<tr>
<td>
<pre>
</pre>
</tr>
</td>
</body>
</table>
</div>