Twitter Bootstrap v2.3.2响应式菜单无法在IE或Safari或移动设备上运行

时间:2013-11-18 21:15:32

标签: jquery css twitter-bootstrap responsive-design twitter-bootstrap-2

几个月前我使用这个版本的Bootstrap来创建另一个网站,我可以使用SWORN我在IE和Safari以及我的三星Galaxy S3上进行测试 - 无论如何,响应式菜单仅适用于Chrome和FF。今天使用这个版本的Bootstrap(2.3.2)启动了一个新站点并实现了,不,它不起作用。

http://byd1.us/Seagrove/index.php

当您调整浏览器窗口大小时,菜单不会从正常的全屏菜单更改为下拉按钮。

我知道这个特定的网站还没有完成..只是想看看我是否可以先解决这个问题。 : - (

我在这里查看了大约六个类似于我的问题,但到目前为止,没有任何建议有帮助(检查标题,将JS脚本放在关闭头标记之上等)。

1 个答案:

答案 0 :(得分:0)

检查这些包含的所有脚本是不是?

   <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <link href="bootstrap/css/bootstrap.css" rel="stylesheet">

 <link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet">

   <!--[if lt IE 9]>
     <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
      <script src="js/respond.js"></script>
   <![endif]-->

  <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>

 <script src="bootstrap/js/bootstrap.js"></script>

最好的解决方案是使用bootstrap 3它会工作正常,它很好升级所以它可以在手机上正常工作,当我遇到bootstrap 2.x版本的问题时,我只是使用bootstrap3