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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 仅在视觉上隐藏,但可供屏幕阅读器使用:http://snook.ca/archives/html_and_css/hiding-content-for-accessibility <br相关的知识,希望对你有一定的参考价值。

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

以上是关于css 仅在视觉上隐藏,但可供屏幕阅读器使用:http://snook.ca/archives/html_and_css/hiding-content-for-accessibility <br的主要内容,如果未能解决你的问题,请参考以下文章

如何仅从屏幕阅读器隐藏页面中的任何元素,而不是普通用户的页面?

PHONEGAP ANDROID:仅在应用程序主屏幕 (SplashScreen) 上隐藏状态栏

仅在主页上隐藏 CSS 类

CSS 菜单仅在 IE (SWFObject) 中隐藏在 flash 后面

如何可访问地隐藏表格标题元素?

隐藏文字的CSS方法