IE8 issue with Twitter Bootstrap 3

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

    Make sure you link the bootstrap source separately

    If you use LESS or SASS don't be to greedy with compiling the styles. In my project I included bootstrap.min.css in my main style, on the top of the file - so there should be only one request for all styles.

    And because of that, the boostrap classes did not work properly. When added separately, works as expected.

提交回复
热议问题