Skip to content

Instantly share code, notes, and snippets.

@juanghurtado
Created November 4, 2009 09:47
Show Gist options
  • Save juanghurtado/225929 to your computer and use it in GitHub Desktop.
Save juanghurtado/225929 to your computer and use it in GitHub Desktop.
/* Hide without display: none; */
.internal, .hide {
display: block;
height: 1px;
left: -999em;
position: absolute;
text-indent: -999em;
top: -999em;
visibility: hidden;
width: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment