Wrapping columns in IE8 using Bootstrap 3 and Respond.js
问题 I'm creating a site with Bootstrap 3 that has to be IE8 compatible. The code works fine is most browsers and I've added respond.js to try to make it work in IE8. For some reason in IE8 the third column always returns to the next line. http://jsfiddle.net/suRzm/ <div class="row"> <div class="container"> <div class="col-sm-4" style="background:red;"> </div> <div class="col-sm-4" style="background:green;"> </div> <div class="col-sm-4" style="background:blue;"> </div> </div> </div> 回答1: I