所有台式机/笔记本电脑显示器的方向是否类似于iPad等设备上的横向方向? [英] Are all desktop/laptop monitor's orientation similar to landscape orientation on devices like the iPad?

查看:139
本文介绍了所有台式机/笔记本电脑显示器的方向是否类似于iPad等设备上的横向方向?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所有台式机/笔记本电脑显示器的方向是否类似iPad等设备上的横向方向?



有什么区别?

  body {background:red} 

@media only screen and(orientation:landscape){
body {background:blue}
}


解决方案


所有台式机/笔记本电脑显示器的方向是否类似iPad等设备上的横向方向?


方向是基于窗口的宽度和高度



是当窗口宽度大于窗口高度时,是<>



您可以使用您的示例查看此信息: http://jsfiddle.net/tw16/EaHhU/

调整结果窗口的宽度以匹配上述情况,您将看到颜色变化。



桌面浏览器支持:Firefox 3.5+,Google Chrome 5+,Opera 10.6+,Safari 4 +



移动浏览器支持: ,iOS4,Mobile Firefox。


Are all desktop/laptop monitor's orientation similar to landscape orientation on devices like the iPad?

Is there any difference between?

body {background:red}

@media only screen and  (orientation : landscape) {
    body {background:blue}
}

解决方案

Are all Desktop/laptop Monitor's orientation similar to Landscape orientation on devices like iPad?

No they are not. The orientation is based on the width and height of the window.

Landscape Mode is when the window width is larger than window height.

Portrait Mode is when the window height is larger than window width.

You can see this using your example: http://jsfiddle.net/tw16/EaHhU/
Adjust the width of the results window to match the above scenarios and you will see the colour change.

Desktop Browser Support: Firefox 3.5+, Google Chrome 5+, Opera 10.6+, Safari 4+

Mobile Browser Support: Android 2+, iOS4, Mobile Firefox.

这篇关于所有台式机/笔记本电脑显示器的方向是否类似于iPad等设备上的横向方向?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆