How to make Bootstrap responsive layout work on IE8

前端 未结 10 1808
醉酒成梦
醉酒成梦 2021-01-31 19:54

I\'ve been search for a while and found some people got it working, but none of them provide any code samples.

I tried their suggestions but it didn\'t work for me. By s

10条回答
  •  轮回少年
    2021-01-31 20:11

    Try using html5shiv, its basically a HTML5 IE enabling script and that should get bootstrap working in IE 6,7 and 8. This can also be directly hot linked like this:

    
    

    It must be included before the element (i.e. in the )

提交回复
热议问题