iPad和iPhone:整页背景图片显示包含剪切/屏幕截图链接

整页背景图片显示iPhone和iPad上的剪切(safari iOS 5.01). http://www.theantarcticbookofcookingandcleaning.com

如果你能给我一些建议,那就太好了.感谢您的帮助!

屏幕截图如下:
http://www.soojincreative.com/photo.PNG

使用的代码 – >背景图片在#wrapper中:

enter code here
body {
font: normal normal 16px/22px "Kingfisher Regular",Georgia,"Times New Roman",serif;
font-size-adjust: 0.47;
color: #000;
background-color: #e3e8ee;
margin-top: -13px;   
}

#wrapper {
padding-top:none;
background: url('images/background2.jpg') no-repeat center;
width: 1280px;
margin: 0 auto;
overflow:hidden;
}
最佳答案
好吧,对我来说只需更换

通过

做了伎俩.你可能想尝试一下.

如果它不适合您,那么Apple Safari Dev Docs可能对您有所帮助:
https://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/UsingtheViewport/UsingtheViewport.html

相关文章

Css常用的排序方式权重分配 排序方式: 1、按类型 ...
原文:https://www.cnblogs.com/wenruo/p/9732704.html 先上...
css属性:word-wrap:break-word; 与 word-break:break-all 的...
https://destiny001.gitee.io/color/
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML...
css之background的cover和contain的缩放背景图 对于这两个属...