我正在制作一个带有jQuery Mobile,HTML和CSS的移动网站,我试图添加一个bakground图像。在我的计算机上,我可以看到它,当我进行更改时它完全可见并作出反应,但是当我在iPhone上测试它时没有图像。我看不到它。 我知道手机是完全连接的,因为我可以更改文字和其他内容。 有谁知道如何解决这个问题? 这是CSS代码:
body { background: transparent url(Images/phoneWallpaper.jpg) 0 0 no-repeat fixed !important; background-size: cover; background-repeat: no-repeat; background-position:center center; background-attachment:scroll; } .ui-page { background: transparent; } .ui-content{ background: transparent; }