Image as Reset Button

Enter some text into the input field and click the Reset button and the image to see if they work alike.

Styled Reset Button


<input value="" type="reset" style="background-image: url(http://www.OzoneAsylum.com/images/ASYLUM44b.jpg); border: 0; width: 300px; height: 90px; background-color: transparent;" />

Scripted Image


<img src="http://www.OzoneAsylum.com/images/ASYLUM44b.jpg" onclick="document.forms[0].reset();" />