<span style="width:100px;height:100px;overflow:auto">
<table border=1 height=300>
<tr><td>
111111111111111111111111111111111111111111111111111111111111
</td></tr>
</table>
</span>

解决方案 »

  1.   

    <span style="width:100;height:80;overflow:auto">
    <TABLE>
    <TR><TD nowrap>Cell 1, Row 1</TD><TD nowrap>Cell 2, Row 1</TD></TR>
    <TR><TD>Cell 2, Row 1</TD><TD>Cell 2, Row 2</TD></TR>
    <TR><TD>Cell 3, Row 1</TD><TD>Cell 2, Row 3</TD></TR>
    <TR><TD>Cell 4, Row 1</TD><TD>Cell 2, Row 4</TD></TR>
    </TABLE>
    </span>
      

  2.   

    <div style="width:101;height:80;overflow:auto">
    <TABLE>
    <TR><TD nowrap>Cell 1, Row 1</TD><TD nowrap>Cell 2, Row 1</TD></TR>
    <TR><TD>Cell 2, Row 1</TD><TD>Cell 2, Row 2</TD></TR>
    <TR><TD>Cell 3, Row 1</TD><TD>Cell 2, Row 3</TD></TR>
    <TR><TD>Cell 4, Row 1</TD><TD>Cell 2, Row 4</TD></TR>
    </TABLE>
    </div>