IE7文本缩进按钮修复

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IE7文本缩进按钮修复相关的知识,希望对你有一定的参考价值。

Add the last three lines to fix text-indent in IE7. Alternatively, you can also add text-transform:capitalize.
  1. button {
  2. display:block;
  3. text-indent:-9999px;
  4. overflow:hidden; <--
  5. line-height:0px; <--
  6. font-size:0px; <--
  7. }

以上是关于IE7文本缩进按钮修复的主要内容,如果未能解决你的问题,请参考以下文章