CSS 不使用显示隐藏:无

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 不使用显示隐藏:无相关的知识,希望对你有一定的参考价值。

.hide{ /* Hide stuff without resorting to display:none; */
	visibility:hidden;
	width:0!important;
	height:0!important;
	line-height:0!important;
	padding:0!important;
	margin:0!important;
}

以上是关于CSS 不使用显示隐藏:无的主要内容,如果未能解决你的问题,请参考以下文章

css div 隐藏网站内容

用css隐藏检查单选按钮

如果元素被隐藏,则忽略 .NET 验证器(显示:无)

隐藏而不使用显示:无

div隐藏和显示

如何隐藏滚动条?