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.
button { display:block; text-indent:-9999px; overflow:hidden; <-- line-height:0px; <-- font-size:0px; <-- }
以上是关于IE7文本缩进按钮修复的主要内容,如果未能解决你的问题,请参考以下文章