定位Iphone 4方向媒体查询

时间:2012-08-27 07:32:08

标签: iphone css media-queries

如何使用媒体查询定位不同的iphone4方向?

我有当前的设置,但我不确定它是否有效。

@media only screen 
and (max-device-height: 640px)
and (max-device-width: 960px)
and (min-device-width: 480px)
and (min-device-height: 480px)

@media only screen 
and (max-device-height: 960px)
and (max-device-width: 640px)
and (min-device-width: 480px)
and (min-device-height: 480px)

如果我有一台Iphone可供测试,我会自己解决这个问题,但我没有。

1 个答案:

答案 0 :(得分:0)

尝试与众不同,

<meta name="viewport" content="minimum-scale=1.0, width=device-width, maximum-    scale=0.6667, user-scalable=no">