6
I have a grid in Bootstrap v2.3.2, which I’m trying to fix to run on IE9. On the official page the grids show correctly in IE9, so I expected the same result.
I saw some answers with Respond.js and other techniques for IE8, but I think it only applies to BS3.
I think the code that surrounds the grid affects your view. How to improve this HTML and CSS?
Code: http://jsfiddle.net/fpmsusm5/
Expected result:
Here it works well in IE9.
– Jorge B.
Using such a deprecated version is complicated - I think you’d better upgrade pro 3.x and use http://getbootstrap.com/javascript/#Collapse-example-accordion
– dHEKU
@Jorge is right, it was the html that involved accordion, thanks for the help
– dotmindlabs
@dHeku Yes using BS3 would be better, but at the moment as it is a large project we are still limited to using BS2 until we change throughout the project or gradually. Thanks for the help
– dotmindlabs
@dotmindlabs solved? Put the solution as an answer if you think this solution will help someone in the future.
– Jorge B.