IE8 issue with Twitter Bootstrap 3

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

    You got your CSS from CDN (bootstrapcdn.com) respond.js only works for local files. So try your website on IE8 with a local copy of bootstrap.css. Or read: CDN/X-Domain Setup

    Note See also: https://github.com/scottjehl/Respond/pull/206

    Update:

    Please read: http://getbootstrap.com/getting-started/#support

    In addition, Internet Explorer 8 requires the use of respond.js to enable media query support.

    See also: https://github.com/scottjehl/Respond

    For this reason the basic template contains these lines in the head section:

    
    
    

提交回复
热议问题