Skip to content

Instantly share code, notes, and snippets.

@junr03
Created August 25, 2014 02:12
Show Gist options
  • Save junr03/8ca3daaaaf765ae019ad to your computer and use it in GitHub Desktop.
Save junr03/8ca3daaaaf765ae019ad to your computer and use it in GitHub Desktop.
This is the affix attributes needed for a good affixed navigation bar
<body data-spy="scroll" data-target="#myNav">
<nav id="myNav" class="row">
<ul class=" nav nav-pills nav-justified" data-spy="affix" data-offset-top="1000">
</ul>
</nav>
</body>
.affix {
need to include position
top: 0px
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment