twitter-bootstrap Bootstrap 版本和浏览器兼容性

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18132331/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-21 17:53:44  来源:igfitidea点击:

Bootstrap versions and browser compatibility

twitter-bootstrapcross-browserinternet-explorer-6

提问by David Laberge

We are currently developing an application that will have to run on older corporate PCs that still have IE6 installed.

我们目前正在开发一个应用程序,该应用程序必须在仍安装了 IE6 的旧公司 PC 上运行。

I have been looking around a bit, but I cannot find a clear answer for the following: is there a link where different bootstrap versions are paired to the corresponding supported browser versions?

我一直在环顾四周,但我找不到以下问题的明确答案:是否有链接将不同的引导程序版本与相应的受支持浏览器版本配对?

For example:

例如:

Bootstrap 1.1 supports IE 6 and up, Chrome, FF, ...
Bootstrap 2.1 supports IE 7 and up, Chrome, FF, ...

采纳答案by Paolo

Here is the link to the official docs for Bootstrap versions: http://bootstrapdocs.com/

以下是 Bootstrap 版本官方文档的链接:http: //bootstrapdocs.com/

Looking at Browser support for Bootstrap 1.1.0it says Internet Explorer 7+. The docs for the earlier version v 1.0.0 (which was the first public release) doesn't even mention supported browsers. You can check if more recent version added support for IE6, but I don't think so. I also discourage using an old version at all.

查看对 Bootstrap 1.1.0 的浏览器支持,它说 Internet Explorer 7+。早期版本 v 1.0.0(这是第一个公开版本)的文档甚至没有提到支持的浏览器。您可以检查更新的版本是否添加了对 IE6 的支持,但我不这么认为。我也不鼓励使用旧版本。

If you can chose another framework I'd suggest YAML, it is actively maintained, well documented and supports IE6, too.

如果您可以选择另一个框架,我建议您使用YAML,它得到积极维护,文档齐全并且也支持 IE6。

回答by Seyed Morteza Mousavi

You can take look at Website Docs.

您可以查看网站文档

Officially IE7 is not supported. IE8 and IE9 will be support.

官方不支持 IE7。将支持 IE8 和 IE9。