在768px之前的Firefox中的CSS响应问题

时间:2016-04-15 12:10:46

标签: html css

我在头部使用Meta标签

<meta id="viewport" name="viewport" content="width=device-width"/>

响应css

在firefox中,即使视口宽度为768px也是767px媒体查询,请你帮帮我吧

@media only screen and (max-width: 767px)
{
   header{position: fixed;top: 0px;width: 100%;background: #fff;z-index: 9999;}
}

Check this Example Fiddle

它在chrome中完美运行,但在firefox中却没有。

0 个答案:

没有答案