IE8 issue with Twitter Bootstrap 3

后端 未结 22 2408
情歌与酒
情歌与酒 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:17

    Just as a heads up. I had the same problem and none of the above fixed it for me. Eventually I found out that respond.js doesn't parse CSS referenced via @import. I had the whole bootstrap.min.css imported via @import into my main.css.

    So make sure you don't have any CSS that contains your media queries referenced via @import.

提交回复
热议问题