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

CSS

Dominic Robeson
Dominic Robeson
4,207 Points

how do i make a navigation bar like https://www.bigcommerce.com/ using css and jquery if needed?

I want to practise using bootstrap and make a similar navigation bar like the company above and was wonder if someone could go about lending a hand as to how its done? Thanks in advance.

1 Answer

You are talking about the off canvas menu correct? well regardless, what you can do is use dev tools and go into the source tab to see the JS file that is creating the nav menu. You can also see what classes are added and dropped once the eventListener is fired. Play around with dev tools, you'll see a lot of things. You can also search for off canvas tutorials online as well.