css text-indent:-9999px;代替

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css text-indent:-9999px;代替相关的知识,希望对你有一定的参考价值。

.text { 
    text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
}

以上是关于css text-indent:-9999px;代替的主要内容,如果未能解决你的问题,请参考以下文章

css text-indent:-9999px;代替

css 替换“text-indent = -9999px”HACK

通过text-indent:-9999px 将字体隐藏问题

CSS隐藏多余文字的几个方法

关于css的问题,下面的代码中.heng中的text-indent在IE6中不起作用,有啥好的解决办法没?

css用背景图来替换文字来达到隐藏文字的目的