to Pandaxm:我试了一下不行啊
<HTML>
<BODY>
<input type='button' value='abc'>
<input type='button' style='height:15px;padding-top:0px' value='abc'>
</BODY>
</HTML>

解决方案 »

  1.   

    padding-top:-5px;
    padding-bottom:5px;
      

  2.   

    to foreverandever:
    试了也不行啊
    <HTML>
    <BODY>
    <input type='button' value='abc'>
    <input type='button' style='height:15px;padding-top:-5px;padding-bottom:5px' value='abc'>
    <input type='button' style='height:40px;' value='abc'>
    </BODY>
    </HTML>
      

  3.   

    <input type='button' style='height:15px;border:1px;padding-top:-5px;padding-bottom:5px' value='abc'>
      

  4.   

    用ImageButton代替吧,没有办法解决
      

  5.   

    ice_berg16的方法有一点变化,但不知道为什么?
    但改为padding-top:-10px;padding-bottom:10px好像没有什么效果,
    而且
    <input type='button' title='hint' style='height:15px;padding-top:-10px;padding-bottom:10px' value='abc'> 能提示hint<input type='button' title='hint' style='height:15px;border:1px;padding-top:-10px;padding-bottom:10px' value='abc'> 不能提示hint唉,郁闷呀!竟然还有这种问题
      

  6.   

    to syte:
    多谢兄弟提醒!可是我现在有好多这种按钮啊难道真的只能用图片了。