I would like to set boostrap nav-tabs in the top parde but for more than I read there is nothing that does. For the navigation bar if it is perfectly described but not for the nab-tabs. I am referring to a fixed-top, so that when I scroll vertically, the nav-tab continues to be seen. Currently it is my menu and I would like you to see it when I go down the page.
This is the boostrap code
<ul class="nav nav-tabs">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Menu 1</a></li>
<li><a href="#">Menu 2</a></li>
<li><a href="#">Menu 3</a></li>
</ul>