Reputation: 79
Can somebody please help me with these two questions?
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?
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
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