Created
June 2, 2015 10:50
-
-
Save dkruchok/e500ca6e687e7659abca to your computer and use it in GitHub Desktop.
Valid DISPLAY NONE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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