IE8 issue with Twitter Bootstrap 3

后端 未结 22 2542
情歌与酒
情歌与酒 2020-11-22 13:48

I am creating a site using the new Twitter Bootstrap. The site looks fine and works in all required browsers except IE8.

In IE8 it seems to be displaying elements o

22条回答
  •  半阙折子戏
    2020-11-22 14:41

    In my case, the bootstrap minified CSS was causing the issue. To make bootstrap 3.0.2 responsive in IE8 (emulated using the F12 Developer Tools) I had to:

    1 - Set the X-UA-Compatible flag.

    
    

    2 - Use the non-minified bootstrap.css, instead of bootstrap.min.css

    
    

    3 - Add the respond.js (and html5shiv.js)

    
    

提交回复
热议问题