css 视觉隐藏

Posted

tags:

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

.visually-hidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding:0;
	border:0;
	height: 1px; 
	width: 1px; 
	overflow: hidden;
}

以上是关于css 视觉隐藏的主要内容,如果未能解决你的问题,请参考以下文章

css 视觉隐藏

css 隐藏视觉HTML5 BP样式

css 仅在视觉上隐藏,但可供屏幕阅读器使用:http://snook.ca/archives/html_and_css/hiding-content-for-accessibility <br

无法将视觉上隐藏的元素添加到IList(Selenium,C#)

CSS如何隐藏滚动条?

CSS怎么隐藏滚动条