iPad上没有显示多张背景图片

时间:2014-01-22 07:08:00

标签: html css image ipad

我的网站上有一些背景图片没有显示在iPad上。

这些图片的代码是:

#section-biography { background: transparent url(../img/bio.jpg) no-repeat fixed 50% 0; }

我在这里读到 (Really) Long Background Image Does Not Render on iPad Safari iPad上背景图片的最大尺寸为:

width * height ≤ 3 * 1024 * 1024

如果我的背景上有几个不同的图像,上面的公式是否适用于所有背景图像的总和,换句话说,公式变为:

width_img_1 * height_img_1 + width_img_2 * height_img_2 + .... width_img_n * height_img_n  ≤ 3 * 1024 * 1024

1 个答案:

答案 0 :(得分:0)

我不是百分百肯定,但它可能与你的背景定位有关:

does a background-attachment of fixed work in iOS5?