Make Scrolling NavBar Stick At Top Of Browser In Bootstrap

后端 未结 5 610
野的像风
野的像风 2021-02-04 04:30

I\'m new to Twitter Bootstrap and want to have a NavBar at the bottom of a deep\'ish MastHead and when the user vertically scrolls the page and the NavBar gets to the top of the

5条回答
  •  时光取名叫无心
    2021-02-04 05:21

    You'll have to use javascript to do this. Here's a solution that relies on jQuery to convert the navbar positioning to fixed once it gets to the top of the page as well as stick a temporary div in its place to prevent the layout from changing.

    http://jsfiddle.net/T6nZe/

提交回复
热议问题