css - bootstrap navbar to animate up instead of down when collapse -
i have main nav fixed on bottom of page , want navbar animate when clicked on instead of animate down. can please me out or send me in right direction? not dropdown menu know how make dropdown menu drop up. when width size turns dropdown menu , animate top when clicked on instead of bottom.
great thank you.
is looking for?
old bootstrap 2.3.0: http://jsfiddle.net/zalog/apx5n/77/
.navbar-fixed-top, .navbar-fixed-bottom { position: fixed; }
latest bootstrap 3.2.0: http://jsfiddle.net/zalog/xc7a5/
in latest version of bootstrap, default
functionality.
Comments
Post a Comment