How to Build a Single-Page Site with Twitter Bootstrap’s Navigation Tabs and a Fixed Sidebar
Posted by Michael Milstead | Twitter Bootstrap | 3 CommentsBootstrap’s tab component can be a bit tricky to set up at first, but it can ultimately prove pretty useful when building things like a multi-section form or photo group. Using this functionality, we’re going to look at how to build a single-page document with tabbed navigation and a fixed sidebar. This can be a good approach to smaller sites with minimal info, compact portfolios, or sectioned resumes. You’ll need to include bootstrap.js for this to work, so make sure jQuery is in place as well. Read More