How do I get the navigation to collapse into the small icon for mobile devices?

后端 未结 4 924
时光说笑
时光说笑 2021-02-04 13:53

If you go on Twitter-Bootstrap website and reduce the window size below 1024x768, the navigation will change into an icon that you click for it. Is this one of the javascript pl

4条回答
  •  失恋的感觉
    2021-02-04 14:30

    It's not JavaScript (save for the implementation of the togglable menu itself), it's CSS with media queries:

    http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css

提交回复
热议问题