IE7中的bootstrap 3.3.4表单问题

时间:2016-07-12 11:49:35

标签: twitter-bootstrap-3 internet-explorer-7 respond.js

我目前正在尝试使用bootstrap在IE7中修复应用程序。这让我头疼得厉害。

到目前为止,大多数元素看起来都很好,因为我已经完成了以下工作:

包含respond.js 包含html5shiv.js

但是我遇到以下标记问题:

<div class="form-group ng-scope">
    <div class="form-group ">
       <label class="col-sm-2 control-label ng-binding" for="">Forename</label>
       <div class="col-sm-10">
           <div>
               <input type="text" class="form-control ng-pristine ng-valid ng-touched" id="" ng-model="field.value.text">
           </div>
       </div>
    </div>
</div>

在除IE7之外的所有浏览器中,标签显示在左侧与文本元素内联。但在IE7中它出现在上面。

这里有任何已知问题吗?我注意到有些元素正在使用display:table;而且我知道IE7不支持此功能。

1 个答案:

答案 0 :(得分:0)

从版本3.3.4降级到2.3.2