Skip to content

Instantly share code, notes, and snippets.

@mrenty
Created October 17, 2016 08: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 mrenty/a6a857ab3e61951fea46e222df46a399 to your computer and use it in GitHub Desktop.
Save mrenty/a6a857ab3e61951fea46e222df46a399 to your computer and use it in GitHub Desktop.
.accessible_elem {
clip: rect(1px 1px 1px 1px); /* IE 6/7 */
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap; /* added line */
width: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment