I suggest to play around with these settings:
Code:
<input type=button id="button1" style="background: #cc9933"
value="Fade this button"
onMouseOver="mOvr('button1','#cc9933','#6699cc',10,100)"
onMouseOut="mOut('button1','#cc9933','#6699cc',10,100)"
onMouseDown="document.myForm.button1.value='Thank You!'">
See what changes when you change what. I haven't checked the whole code to find image support or not, but try to add an image in there. Then play around with the numbers to set the delay/speed. on mousedown is what happens when you click on it, so you might want to delete or change that.
Bookmarks