重複の可能性:
iPhone Safari の背景を修正
とても奇妙です。背景は、デスクトップおよび Android フォンでは表示されますが、iPhone では表示されません。
HTML:
<body class="customer-account-login">
CSS:
.customer-account-login {
background: url(../images/join-bg.jpg) no-repeat center center fixed;
position: fixed;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -10;
list-style: none;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
これを修正するための提案はありますか?