Spirit In Motion
Spirit In Motion

Reputation: 79

Bootstrap 3.2 navigation bar

Can somebody please help me with these two questions?

  1. What should I do for my navigation to be at the bottom + be sticky and stay at the top once I scroll down past it?

  2. My website is a one page site. What should I do for my navigation to switch between different parts of the page?

All of these questions should be used with Bootstrap 3.2.

Thank you!

Upvotes: 1

Views: 73

Answers (1)

vmontanheiro
vmontanheiro

Reputation: 1039

You can see the bootstrap example here http://getbootstrap.com/getting-started/#examples

I think you want this? http://getbootstrap.com/examples/navbar-fixed-top/

Upvotes: 2

Related Questions