CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
Other Discussions
Navigation Problem
SmashDeveloper
Permalink to comment
#
February 2011
http://crews.tv/
This is my friends website, I tried to do something and suddenly hides it self. When I see the source of it is there but the text is gray. Could someone please help me ?
Thank you guys ! This is an emergency ! :(
wolfcry911
Permalink to comment
#
February 2011
maybe because you've set it to display: none; ?
line 237 of style.css
.js #featured-area, .js ul#page-menu, .js ul#cats-menu, .js img#logo {display: none;}
Add a Comment
This is my friends website, I tried to do something and suddenly hides it self. When I see the source of it is there but the text is gray. Could someone please help me ?
Thank you guys ! This is an emergency ! :(
line 237 of style.css
.js #featured-area, .js ul#page-menu, .js ul#cats-menu, .js img#logo {display: none;}