css media-query min-width 返回错误值
我有一个 droid eris,它有 HVGA 屏幕 (320x480)。但以下 jquery 命令 $.mobile.media("screen and (min-width: 800px)")
返回 true。谁能告诉我出了什么问题吗?谢谢。
I have a droid eris which has a HVGA screen (320x480). But the following jquery command $.mobile.media("screen and (min-width: 800px)")
returns true. Can any one tell me what's wrong? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来您混淆了样式表中 媒体查询 的语法,以及指向样式表的
。到目前为止,您所得到的内容在这两种情况下在语法上都无效。
在样式表中:
在样式表的链接中:
It looks like you're confusing the syntax for media queries in a stylesheet, and in a
<link>
to a stylesheet. What you're got so far isn't syntactically valid in either context.In a stylesheet:
In a link to a stylesheet: