button的定位问题引起的,解决方案:套上div加上position:relative即可

<td>

<div style="position:relative">

                                <input type="button"  />

 </div>

</td>

  

相关文章: