iPad 2水平滚动留下黑色背景

时间:2013-09-24 07:44:46

标签: ios css ipad-2

这是杀了我的。

我是移动开发的新手,我正在尝试在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;}

0 个答案:

没有答案