<input type=submit name=ok value=" " style="BACKGROUND-IMAGE: url(/images/btok.jpg); BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-RIGHT: 0px; BORDER-TOP: 0px; HEIGHT: 19px; WIDTH: 41px">

解决方案 »

  1.   

    用button标签<button onclick="alert('hello')"><img src="http://cn.yimg.com/i/cn/adv/compaq/pbhp_blu_y-taiwan_84x28.gif" width="84" height="20" border="0" alt=""></button>
      

  2.   

    <input type="image" src="图片路径">
      

  3.   

    css控制:
    <style>
    *{position:absolute}
    </style>
    <body>
    <input type=button value="AAAAAAAAAA" style="top:50px;left:50px;height:200px;width:200px">
    <img src="2.jpg" style="top:50px;left:50px;width:200px;height:200px">
    </body>
      

  4.   

    1.加背景
    2.type=image
    3.用button
    4.没了。