Skip to content

Instantly share code, notes, and snippets.

@nash403
Created July 5, 2016 08:22
Show Gist options
  • Save nash403/8a9798c87c8864f27e703a27972e40dd to your computer and use it in GitHub Desktop.
Save nash403/8a9798c87c8864f27e703a27972e40dd to your computer and use it in GitHub Desktop.
Accessible Masking for screen readers
.sr_only {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment