这正在杀了我。
我是移动开发的新手,我正在尝试在 ipad2 上进行水平滚动 - 在 ipad 1 上效果很好。
当我水平滚动时,我得到了这个奇怪的黑色背景。
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
body {
background: url(./images/bg.gif) repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background: #fff;
}
#header.inside {background: #fff; overflow-x:hidden; }
div#content.site-content {-webkit-overflow-scrolling:touch;}