gpt4 book ai didi

html - ie7 与 bootstrap CSS 问题与 div 和定位

转载 作者:太空宇宙 更新时间:2023-11-04 03:21:41 26 4
gpt4 key购买 nike

我在使用网格类(来自 Bootstrap )将我的标题定位在 div 中时遇到问题。这是我非常简单的代码:

<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 输出: enter image description here这是我的 ie7 输出: enter image description here

正如您在使用 chrome 时看到的那样,h3 si 将 inside Bootstrap div,而使用 ie7 则将其放在 下。

This是我的测试网站,如果你需要检查一下。

你知道怎么解决吗?

谢谢!

最佳答案

正如 knitevision 在他的评论中所说; Bootstrap 不支持 IE 7。部分支持 IE 8 和 9。(IE 8 需要 responsive.js 才能使响应功能正常工作)

但是,如果您绝对需要它,可以使用一些技巧使其工作,请参阅此页面:Bootstrap 3 for IE7 (Beta) .我还没有在你的页面上测试过它,但它可能值得一试!

有关 Bootstrap 浏览器支持的信息,请参阅此页面:getbootstrap.com

关于html - ie7 与 bootstrap CSS 问题与 div 和定位,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27798729/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com