Forum Moderators: not2easy

Message Too Old, No Replies

Changing Input type=submit background image

         

RooLord

2:45 am on Oct 22, 2004 (gmt 0)

10+ Year Member



I wonder if anyone know how to change the button image on a input type=submit/reset.

Or simply eliminating it, or in other words making it transparent.

DrDoc

6:50 pm on Oct 25, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



To use an image for your submit button, simply do:
<input type="image" src="">

If you want to eliminate the button "look" of a regular button... Simply use the following styles:
border: none;
background-color: transparent;