Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialParvez Noor
Courses Plus Student 15,917 PointsWhats wrong with my code? Navigation bar has lots of issues. Can't create a pure CSS dropdown menu.
Hey guys,
Not sure what's going on with my code but the navigation bar seems to give me lots of problems. It's really unresponsive to my code and things only partially work.
Previously problems, which I've fixed unsatisfactorily include: The items of the navigation bar don't reach the bottom of the navigation bar's height (unless I make them big enough) - But if I changed the font size or anything, they wouldn't fit.
At the moment I'm trying to create a CSS dropdown menu, and although I can hide the dropdown class and get it to re-appear, I can't figure out how to get it in the correct location.
Please analyse my code and let me know what's wrong with it!
1 Answer
Parvez Noor
Courses Plus Student 15,917 PointsTo add, also, can anyone figure out why my the section element of my page doesn't take up the entire height of the container? The aside does... and the code isn't largely different? I'm guessing it has something to do with the <main> or <div class="content"> elements, but when I remove them it ruins the whole layout of my site!
Please help!