IE text-indent bug fix


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



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

URL: http://stackoverflow.com/questions/2888298/text-indent-is-not-working-in-ie7

Report this snippet


Comments


You need to login to view comments.