完整的頁面背景圖像顯示iPhone和iPad(safari iOS 5.01)截斷。 http://www.theantarcticbookofcookingandcleaning.comiPad和iPhone:完整的頁面背景圖像顯示截斷/屏幕截圖鏈接
如果你能給我一些建議,這將是很好的。感謝您的幫助!
截圖低於: 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;
}
不是一個答案ZES,但你的頁面也沒有很好地處理桌面屏幕。背景圖片不能放大以處理非常大的窗口,並且使窗口更小以切斷內容。另外,您試圖從本地服務器(127.0.0.1:8080)中包含樣式表(該錯誤顯示在Safari錯誤控制檯中)。 – 2012-01-18 19:39:52