Twitter Bootstrap Responsive layout does not work in IE8 or lower

后端 未结 6 1445
一个人的身影
一个人的身影 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:55

    I have tried all of the ways described above, and it works but so slowly. I offer the next approach. We should decompose css file that is contains @media and insert each rule in the separate file. Then we should conditionally upload each file, depending from browser screen width. All this actions will do the script cload.js. Download cload.js and read how to use it you can here

提交回复
热议问题