iPad Orientation CSS 修正版

2015-08-04 0 207
iPad Orientation CSS 修正版
<!-- css -->
@media only screen and (max-device-width: 1024px) and (orientation:portrait) {
    .landscape { display: none; }
}
@media only screen and (max-device-width: 1024px) and (orientation:landscape) {
    .portrait { display: none; }
}
 
<!-- example markup -->
<h1 class="portrait">Your device orientation is "portrait"<h1>
<h1 class="landscape">Your device orientation is "landscape"<h1>

遇见资源网 html iPad Orientation CSS 修正版 http://www.ox520.com/14307.html

上一篇: 显示当前时间
下一篇: CSS3制作阴影框
常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务