ie: hide text in input button


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



Copy this code and paste it in your HTML
  1. text-indent: -999px;
  2. font-size: 0;
  3. display:block;
  4. line-height: 0;

Report this snippet


Comments


You need to login to view comments.