Changing the submit button for a rollover image?

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
icarpenter
Forum Commoner
Posts: 84
Joined: Mon Mar 07, 2005 8:12 am
Location: Kent, England

Changing the submit button for a rollover image?

Post by icarpenter »

Hi does anyone know of a way to change a form submit button for a rollover image? I can create a rollover hyperlink but can't seem to replace the submit button to post the form input data...I've tried hideing the button via CSS but still i've had no joy...

Does anyone have any ideas?

Thanks Ian.
User avatar
icarpenter
Forum Commoner
Posts: 84
Joined: Mon Mar 07, 2005 8:12 am
Location: Kent, England

Post by icarpenter »

Eermm! I changed the <input type="submit"> to <input type="image">...

dooh!
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Post by neophyte »

Add a hover psudeo class to it?
Post Reply