Jump to content

How do I create an image submit button on a form?


Fog Juice

Recommended Posts

How can I create a submit button on a form that is an image? <input type="submit" />

 

I have the following code but this doens't work as a submit button, it only works as a button

 

<input type="image" SRC="images/login.png" onmouseover="this.src='images/loginhover.png'" onmouseout="this.src='images/login.png'" border="0">

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.