<body>
<img src="csdn.gif" id=m src="csdn.gif" style="position:absolute;top:100;left:100"> 
<input type=button value=up onmouseover="s=setInterval('m.style.pixelTop++',20)" onmouseout="clearInterval(s)"> 
<input type=button value=down onmouseover="s=setInterval('m.style.pixelTop--',20)" onmouseout="clearInterval(s)"> 
</body>