代码改变世界

bootstrap 导航栏

2013-09-22 20:53  youxin  阅读(723)  评论(0编辑  收藏  举报

非常好的一篇文章:

http://webdesigntutsplus.s3.amazonaws.com/tuts/312_bs/My-Bootstrap-Site-NAVBAR/navbar-examples.html

 

特别注意的是

Static Navbar Full-Width:

Notes & Code

To make a navbar that's positioned static within a page, yet still full-width:

  1. Remove class "navbar-fixed-top" from div class "navbar".
  2. Customize the styles on div class "navbar-inner" to remove rounded corners
  3. It depends ...
    • If you're using Bootstrap 2.02 -->you'll need to modify a line in bootstrap.css. (See code example.)
    • If you're using Bootstrap 2.0 or 2.01 --> you should be good to go!

 

改变navbar color:

重写.navbar-inner:

http://stackoverflow.com/questions/9869610/navbar-color-in-twitter-bootstrap