html 解决iPhone和iPad上的视差问题 - 因为移动版也会在平板电脑上显示

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 解决iPhone和iPad上的视差问题 - 因为移动版也会在平板电脑上显示相关的知识,希望对你有一定的参考价值。

<!-- START hotfix for background issues on tablets -->
<style>
  @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .border-holder{
      background-attachment: scroll !important;
    }
  }
</style>
<!-- END hotfix for background issues on tablets -->
<!-- START hotfix for background issues on tablets -->
<style>
  @media only screen and (max-width: 767px){
    .border-holder{
      background-attachment: scroll !important;
    }
  }
</style>
<!-- END hotfix for background issues on tablets -->

以上是关于html 解决iPhone和iPad上的视差问题 - 因为移动版也会在平板电脑上显示的主要内容,如果未能解决你的问题,请参考以下文章

iPad / iPhone 上的 FrameSet 和 HTML5 视频 - 视频超出框架?

有没有办法为 iPad 上的表单启用视差?

字段转换为 iPad 和 iPhone 上的电话号码链接

移动 Safari 视差滚动不起作用

iPhone 4 和 iPad 上的约束不同

iPhone 与 iPad/浏览器上的 HTML5 内嵌视频