Ipad不显示图像

时间:2014-01-26 15:18:01

标签: html ios css ipad

为什么iPad不能在我的网站上显示图像?

在comupters上一切正常,但是当我在iPad上运行网站时,我只能看到第一张图片。

我试图将所有相同的图像(第一个可用的图像)添加到所有部分,但仍然只显示第一个图像。

图像的分辨率为1024 x 614,大小<1。 200KB

检查网站:http://www.badzlepszy.pl/Nebiolo/ 检查计算机和iPad上的网站,看看差异......

iPad,平板电脑代码

<link media="only screen and (device-width: 768px)" href="css/tablet.css" type= "text/css" rel="stylesheet" />

图片的Css代码

#kafelobrazintro { 
background: url(../images/introtablet.jpg) 50% 0 no-repeat; 
height: 1000px;
margin: 0 auto; 
width: 100%; 
max-width: 1920px; 
position: relative; 
box-shadow: 0 0 50px rgba(0,0,0,0.8);
overflow:hidden;
}

#kafelobraz1 { 
background: url(../images/logomzblue.jpg) 50% 0 no-repeat;  
height: 1000px;
margin: 0 auto; 
width: 100%; 
max-width: 1920px; 
position: relative; 
box-shadow: 0 0 50px rgba(0,0,0,0.8);
overflow:hidden;
}

0 个答案:

没有答案