Style a submit button to look like a link


/ Published in: CSS
Save to your folder(s)

I made my own modifications to this.


Copy this code and paste it in your HTML
  1. .submit {
  2. display: inline;
  3. margin: 0; padding: 0; border:0;
  4. background: none; color: #000;
  5. font-size: 1em; font-family: inherit;
  6. cursor: pointer; cursor: hand;
  7. }

URL: http://forums.digitalpoint.com/showthread.php?t=403667

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.