CSS media query not working in IE 9

后端 未结 4 1751
一个人的身影
一个人的身影 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条回答
  •  伪装坚强ぢ
    2020-12-20 17:34

    Make sure you have right DOCTYPE declaration. It's strongly recommended that websites use the HTML5 document type in order to support the widest variety of established and emerging standards (in this case: CSS3), as well as the broadest range of web browsers:

提交回复
热议问题