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 trial
Sean Blythe
1,238 PointsIdeas or tutorials for designing website header logo/banner and navigation menus
Does anyone know of any tutorials or ideas for making a website header logo/banner or navigation menu? whether that's a treehouse tutorial or from another source.
Thanks
4 Answers
Roy Penrod
19,810 PointsIt looks like the jQuery Basics course contains a mobile drop down menu project, so you might want to take a look at that.
Here's the link: http://teamtreehouse.com/library/jquery-basics
There are ways to do drop down menus in pure CSS, but I haven't really explored the topic too much. You'll have to search for it using something like "css drop down menu tutorial" and see what you can find.
Good luck.
Roy Penrod
19,810 PointsYou can find info on it in the "How to Make a Website" course.
Here's the link: http://teamtreehouse.com/library/how-to-make-a-website
The nav bar info is under the "Styling Web Pages and Navigation" module.
Here's the direct link to that video: https://teamtreehouse.com/library/how-to-make-a-website/styling-web-pages-and-navigation/build-navigation-with-unordered-lists
Sean Blythe
1,238 PointsI've done that course. It was quite good and I learned how to make a basic unordered-lists navigation menu but I'm looking for something with a bit more bang :)
Roy Penrod
19,810 PointsWhat kind of bang?
Sean Blythe
1,238 PointsDrop menus when hovering the mouse :)
Sean Blythe
1,238 PointsSean Blythe
1,238 PointsCheers :)