internet explorer 7 - Issue with bootstrap 3.3.4 forms in IE7 -


i'm trying fix app using bootstrap work in ie7. causing me serious headache.

so far elements have done following:

included respond.js included html5shiv.js

but having problems following markup:

<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> 

in browsers except ie7 label appears left inline text element. in ie7 appears above.

are there known issues here? i've noticed of elements using display:table; , i'm aware isn't supported in ie7.

downgraded version 3.3.4 2.3.2


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -