1

我正在使用 twitter Bootstrap 导航栏。我正在尝试使导航栏在移动设备上正常运行(即当屏幕尺寸较小时)。

nav-collapse在这个jsfiddle工作正常。但是对于相同的代码,在浏览器中当我减小窗口大小时它不起作用。我不知道似乎是什么问题。请帮我。

编辑:包括的内容head

    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

    <link rel="shortcut icon" href="favicon.ico">

    <link rel="stylesheet" type="text/css" media="screen" href="css/screen.css" />
    <link rel="stylesheet" type="text/css" media="screen" href="jquery-ui.css" />
    <script src = "jquery-1.9.1.js" type = "text/javascript"></script>
    <script src = "jquery-ui.js" type = "text/javascript"></script>
    <script src = "jquery.validate.js" type = "text/javascript"></script>
    <script src = "1.3.1.js" type = "text/javascript"></script>


    <link rel="stylesheet" type="text/css" href="bootstrap-wysihtml5.css"/>
    <link rel="stylesheet" type="text/css" href="http://jhollingworth.github.com/bootstrap-wysihtml5/lib/css/bootstrap.min.css"></link>

    <script src = "bootstrap.min.js" type = "text/javascript"></script>

    <link rel="stylesheet" type="text/css" href="http://jhollingworth.github.com/bootstrap-wysihtml5/lib/css/prettify.css"></link>
    <link rel="stylesheet" type="text/css" href="http://jhollingworth.github.com/bootstrap-wysihtml5/src/bootstrap-wysihtml5.css"></link>

    <link rel="stylesheet" type="text/css" href="css/job.css"/>
    <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"/>
4

0 回答 0