html - What versions of IE supported by bootstrap? -


from bootstrap: specifically, support latest versions of following browsers , platforms. on windows, support internet explorer 8-11. more specific support information provided below.

but tested site in latest browsers displaying fine. when tested on internet explorer it's display showing if mobile view(as use col-xs-*:: contents displayed view).

  • in ie11 -- it's fine.

  • in ie10 -- it's fine.

  • in ie9 -- it's displaying if mobile view

  • in ie8 -- it's displaying redundantly

enter image description here

so, said bootstrap supports ie8 , , ie9?


i'm using bootstrap 3.1.1 , testing site on windows.

ie versions 8 , newer supported. following meta tag required prevent ie entering 'compatibility mode', emulates ie7. (this why site has issues ie9.)

<meta http-equiv="x-ua-compatible" content="ie=edge"> 

documentation: http://getbootstrap.com/getting-started/#support-ie8-ie9


ie8 fails support following: border-radius, box-shadow, transform, transition, , placeholder.

ie9 fails support transform , transition.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

angularjs - ng-repeat duplicating items after page reload -