Twitter Bootstrap Responsive layout does not work in IE8 or lower

后端 未结 6 1449
一个人的身影
一个人的身影 2020-12-12 12:10

I developed a site using twitter bootstrap and it seems that the responsive layout part is broken in all IE browsers from IE8 and below. Is this just not supported for these

6条回答
  •  被撕碎了的回忆
    2020-12-12 12:47

    For supporting @media queries in IE 8 and below, check out css3-mediaqueries-js.

    css3-mediaqueries.js by Wouter van der Graaf is a JavaScript library to make IE 5+, Firefox 1+ and Safari 2 transparently parse, test and apply CSS3 Media Queries. Firefox 3.5+, Opera 7+, Safari 3+ and Chrome already offer native support.

    PS: I use Twitter Bootstrap with this plugin and it works awesome! Hope this helps! :)

提交回复
热议问题