Bootstrap HTTPS和IE8

时间:2015-04-24 08:43:06

标签: css twitter-bootstrap https internet-explorer-8

我目前正致力于支付系统,我们正在使用bootstrap框架来开发前端。所有测试都在本地环境中完成,我们将新项目移至暂存环境,现在面临IE8问题。在IE8上无法正确呈现布局。在本地和登台之间只有1种不同的HTTP和HTTPS协议。下面是我的Header部分,我很确定我们有这个问题,因为Secure环境。有没有人有类似的问题?

<!--[if (gte IE 6)&(lte IE 8)]>
<script src="https://www.example.com/javascript/selectivizr.min.js"></script>
<![endif]-->

<!--[if lt IE 9]>
<script src="https://www.example.com/javascript/html5shiv.min.js"></script>
<script src="https://www.example.com/javascript/respond.min.js"></script>
<![endif]-->

<!--[if IE 8]>
<link  href="https://www.example.com/css/bootstrap.css"  rel="stylesheet" type="text/css" media="screen"/>
<![endif]-->


<link href="https://cdn.example.com/css/index.min.css" type="text/css" rel="stylesheet" />


<!--[if IE 8]>
<link rel="stylesheet" type="text/css" media="screen" href="https://www.example.com/css/index_ie8.css"/>
<![endif]-->

https://cdn.example.com/css/index.min.css包括Bootstrap CSS + Main CSS

0 个答案:

没有答案