hello,
I currently have an image for my submit button on a form. The HTML code is:
<input type="image" border="0" name="submit" src="../images/loginarrow.gif" width="18" height="20" alt="go">
I am wanting to make the image rollover but have no idea where to begin as I don't want to mess up the rest of the form.
Is it possible to add OnMouseOver event such as swap image into this tag?
Can anyone help?
I currently have an image for my submit button on a form. The HTML code is:
<input type="image" border="0" name="submit" src="../images/loginarrow.gif" width="18" height="20" alt="go">
I am wanting to make the image rollover but have no idea where to begin as I don't want to mess up the rest of the form.
Is it possible to add OnMouseOver event such as swap image into this tag?
Can anyone help?