Created
July 9, 2012 09:58
-
-
Save bugsysop/3075516 to your computer and use it in GitHub Desktop.
Twitter Bootstrap - Custom ScrollSpy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- ScrollSpy with custom background color --> | |
| <div class="navbar navbar-fixed-top"> | |
| <div class="navbar" style="background-color:#4E7E79;"> | |
| <div class="container"> | |
| <a class="brand" href="./index.html">LogoName</a> | |
| <div class="nav-collapse collapse"> | |
| <ul class="nav"> | |
| <li class=""> | |
| <a href="./#.html">Menu1</a> | |
| </li> | |
| <li class=""> | |
| <a href="./#.html">Menu2</a> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment