Skip to content

Instantly share code, notes, and snippets.

@bugsysop
Created July 9, 2012 09:58
Show Gist options
  • Select an option

  • Save bugsysop/3075516 to your computer and use it in GitHub Desktop.

Select an option

Save bugsysop/3075516 to your computer and use it in GitHub Desktop.
Twitter Bootstrap - Custom ScrollSpy
<!-- 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