CSS 在输入上隐藏文字[type = submit]

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 在输入上隐藏文字[type = submit]相关的知识,希望对你有一定的参考价值。

text-indent: -999em; /* Hide the text, works in most modern browsers */

/* --- Needed for IE --- */
font-size: 0px; /* works well in IE7. still a black line (basically the text) in IE6. */

display: block; /* Negative text-indent works in IE(6? worked fine in 7) only if this is added. */

line-height: 0px; /* Another fix for IE6. */

以上是关于CSS 在输入上隐藏文字[type = submit]的主要内容,如果未能解决你的问题,请参考以下文章

在<li>标签中,想要实现文字超出就隐藏,CSS怎么写?

在<li>标签中,想要实现文字超出就隐藏,CSS怎么写?

css隐藏文字的小技巧

Css--让溢出的文字隐藏

css里怎么设置让一段文字隐藏,然后鼠标悬停又出现那段字,如果要用js的话,请把代码详细一点的写出来

DIV+CSS如何实现一行文字显示不下的自动隐藏!虽然是很菜鸟的问题但还是希望大神们帮帮忙哈!下面有截图