CSS media query not working in IE 9

后端 未结 4 1754
一个人的身影
一个人的身影 2020-12-20 17:25

I have included some media queries in my design to change the width of some elements of the page based on the browser\'s width. The queries look like this:

@         


        
4条回答
  •  梦毁少年i
    2020-12-20 17:44

    Unfortunately min-width is simply not supported in any version of IE. So if you use this convention:

    
    
    
    
    
    
    
    
    

    It will ignore it all.

    Reference.

提交回复
热议问题