Skip to content

Instantly share code, notes, and snippets.

@veirus
Created August 8, 2017 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veirus/dd1a8f6b7c1279f4820e14f22032b55c to your computer and use it in GitHub Desktop.
Save veirus/dd1a8f6b7c1279f4820e14f22032b55c to your computer and use it in GitHub Desktop.
visually-hidden - hard version
.visually-hidden {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
padding:0 !important;
border:0 !important;
height: 1px !important;
width: 1px !important;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment