Created
August 28, 2011 16:23
-
-
Save ninetwentyfour/1176865 to your computer and use it in GitHub Desktop.
Making display:none; Javascript Accessible - blogpost
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
.menu_body{ 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
.menu_body { display:inline !important; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment