G'day,
Is there a way of incorporating rollover graphics into form buttons reset and submit?
This fragment works for static images for reset
<form name="formName">
<input type="text">
</form>
<a href="#" onClick="this.href='javascript:document.formName.reset()'"><img src="button.gif" width="16" height="16" border="0"></a>
but I can't work out where an onMouseover swap would function.
Thank you for your time!
abraxas
Is there a way of incorporating rollover graphics into form buttons reset and submit?
This fragment works for static images for reset
<form name="formName">
<input type="text">
</form>
<a href="#" onClick="this.href='javascript:document.formName.reset()'"><img src="button.gif" width="16" height="16" border="0"></a>
but I can't work out where an onMouseover swap would function.
Thank you for your time!
abraxas