Skip to content

Instantly share code, notes, and snippets.

@dkruchok
Created June 2, 2015 10:50
Show Gist options
  • Save dkruchok/e500ca6e687e7659abca to your computer and use it in GitHub Desktop.
Save dkruchok/e500ca6e687e7659abca to your computer and use it in GitHub Desktop.
Valid DISPLAY NONE
.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