ie7 bootstrap CSS div 和定位问题
ie7 with bootstrap CSS issue with div and positioning
我无法将我的标题定位在带有网格 类 的 div 中(来自 bootstrap)。
这是我非常简单的代码:
<body class="" >
<div class="container " id="main">
<div class="row " >
<div class="col-xs-3 " >
</div> <!-- /col-xs-3 -->
<div class="col-xs-9 " >
<h3 class="">Benvenuto</h3>
</div> <!-- /col-xs-9 -->
</div> <!-- /Row -->
</div> <!-- /container -->
</body>
没有自定义 CSS 添加。
这是我的 chrome 输出:
这是我的 ie7 输出:
如您所见,使用 chrome h3 si 将 放入 bootstrap div,而使用 ie7 将 下吧。
This是我的测试网站,有需要的可以去看看
你知道怎么解决吗?
谢谢!
正如 knetevision 在他的评论中所说; Bootstrap 不支持 IE 7。
部分支持 IE 8 和 9。
(IE 8 需要 responsive.js 才能使响应功能正常工作)
但是,如果您确实需要它,可以使用一些技巧让它发挥作用,请参阅此页面:Bootstrap 3 for IE7 (Beta)。我没有在你的页面上测试过它,但它可能值得一试!
有关 Bootstrap 浏览器支持的信息,请参阅此页面:getbootstrap.com
我无法将我的标题定位在带有网格 类 的 div 中(来自 bootstrap)。 这是我非常简单的代码:
<body class="" >
<div class="container " id="main">
<div class="row " >
<div class="col-xs-3 " >
</div> <!-- /col-xs-3 -->
<div class="col-xs-9 " >
<h3 class="">Benvenuto</h3>
</div> <!-- /col-xs-9 -->
</div> <!-- /Row -->
</div> <!-- /container -->
</body>
没有自定义 CSS 添加。
这是我的 chrome 输出:
如您所见,使用 chrome h3 si 将 放入 bootstrap div,而使用 ie7 将 下吧。
This是我的测试网站,有需要的可以去看看
你知道怎么解决吗?
谢谢!
正如 knetevision 在他的评论中所说; Bootstrap 不支持 IE 7。 部分支持 IE 8 和 9。 (IE 8 需要 responsive.js 才能使响应功能正常工作)
但是,如果您确实需要它,可以使用一些技巧让它发挥作用,请参阅此页面:Bootstrap 3 for IE7 (Beta)。我没有在你的页面上测试过它,但它可能值得一试!
有关 Bootstrap 浏览器支持的信息,请参阅此页面:getbootstrap.com