How to make Bootstrap responsive layout work on IE8

前端 未结 10 1804
醉酒成梦
醉酒成梦 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:14

    Yes in Internet Explorer 8 or lower width of the class 'container' as 940px. But in Internet Explorer9+, Firefox, Google Chrome, etc., the width of the 'contianer' class is calling as 1170px.

    The same issue is also in Zurb Foundation.

    If suppose our client requested to don't consider the website to view in IE8<, then we start to implement the bootstrap, or zurb foundation RWD feature

提交回复
热议问题