应该没什么好的解决办法,用GIF吧

解决方案 »

  1.   

    <button onclick=alert("yes")><table height=100><tr valign=top><td>button</td></tr></table></button>
      

  2.   

    <TD id="menukey01" class="btn01" name="pay" align="center" width="100" height="30" onmouseover="bdcol01_over(id)" onmouseout="bdcol01_out(id)" onclick="go('pay')">決 済</TD>修改或增加属性,应该没有问题,呵呵,不好意思,我没有试过
      

  3.   

    <button> <div style="height:20px;overflow:hidden;top:0;position:relative" id=div1>test<br>test</div> </button>
    <SCRIPT LANGUAGE="JavaScript">
    setInterval("test()",50);
    function test(){
    div1.scrollTop ++;
    if (div1.scrollTop>div1.scrollHeight/2-3) div1.scrollTop=0;
    }
    </SCRIPT>
      

  4.   

    哦楼主想要的好像是这样的:
    <button> <div style="top:-3;position:relative" id=div1>test</div> </button>
    <button> <div style="top:0;position:relative" id=div1>test</div> </button>
    <button> <div style="top:3;position:relative" id=div1>test</div> </button>
      

  5.   

    灵活用运爱因斯坦的相对论:D
    <input type=button style="padding-bottom:100px" value=xxx>
      

  6.   

    <button><marquee direction=up>hello</marquee></button>