Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PardotGists/162bfe378d8856b7c2c1 to your computer and use it in GitHub Desktop.
Save PardotGists/162bfe378d8856b7c2c1 to your computer and use it in GitHub Desktop.
Changing Submit Button to Image
<style type="text/css">
form.form p.submit input {
margin: 0;
padding: 0;
text-align: right;
border: none;
background: url(http://www.site.com/submit.gif) no-repeat left top;
width:100px;
height:100px;
cursor: pointer; }
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment