Hola Fociños:
Y si usas un tag button sin color de fondo y sin bordes con type=reset y dentro una imagen ...
Tal vez lo puedas simular.
<form name=prueba >
<input type="text" />
<button type=reset style="background-color: transparent; border: 0px" >
<img src="imagen.gif" />
</button>
</form>
Saludos