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

前端之家收集整理的这篇文章主要介绍了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;
}
最佳答案
好吧,对我来说只需更换

<Meta name="viewport" content="width=device-width">

通过

<Meta name="viewport" content="width=1024">

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

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

原文链接:https://www.f2er.com/css/427735.html

猜你在找的CSS相关文章