How do I replace 'submit' button with another image?

2 replies
  • WEB DESIGN
  • |
Hi All,

I am creating a squeeze page and would like to know how to replace the standard gray submit button with another graphic image. Secondly I see that on some squeeze page you have that red rectangle border around the submit button that changes to green when we mouse over them. Is there a way to do this too?

Thanks,
Jordan Wee
#button #image #replace #ubmit
  • Profile picture of the author john_kennedy
    For the image part of it do this:

    <INPUT type="image" name="search" src="search.gif" border="0">

    or

    <INPUT TYPE="image" SRC="images/submit.gif" HEIGHT="30" WIDTH="173" BORDER="0" ALT="Submit Form">
    The rest would need a bit of javascript or maybe css to switch the image when it is rolled over. Google js rollover and see what you can find.

    John
    {{ DiscussionBoard.errors[981523].message }}
  • Profile picture of the author Jordan Wee
    Thanks John for your input. I will save the code into a text file. As for the other, I will do as you say. Google for it.

    Have a nice day!
    {{ DiscussionBoard.errors[981580].message }}

Trending Topics