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文本缩进按钮修复的主要内容,如果未能解决你的问题,请参考以下文章

文本缩进在 ie7 中不起作用

提交按钮上的文本缩进

修复 Xcode 中的代码缩进

如何修复缩进错误? [关闭]

IE7显示内联块修复

带有固定按钮的片段