Skip to content

Instantly share code, notes, and snippets.

@scsskid
Created February 17, 2018 12:35
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 scsskid/3754a156489cd0bc73140b5f59d24569 to your computer and use it in GitHub Desktop.
Save scsskid/3754a156489cd0bc73140b5f59d24569 to your computer and use it in GitHub Desktop.
CSS: Visually hidden
.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