I have the following code:
我有以下代码:
<div style="overflow: scroll; width: 75px; background-color: Black; ">
<table style="background-color: Red">
<tr>
<td>
<input type="button" id="btn1" value="1" />
</td>
<td>
<input type="button" id="Button1" value="2" />
</td>
<td>
<input type="button" id="Button2" value="3" />
</td>
</tr>
</table>
</div>
<div sty