Textindent on submit input field in IE7


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



Copy this code and paste it in your HTML
  1. <input type="submit" name="submit" value="Submit" />
  2.  
  3.  
  4. CSS:
  5. form input[type="submit"]
  6. { text-indent:-9999px; /* Applies for others */ font-size:0; line-height:0; }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.