プロパティを使用しようとしていbackground-size: cover
ます。それはどこでも動作しますが..WindowsPhoneで!(私はHTC 8Xで試しました)
body.menu{
background: url('[my_picture_link]') no-repeat top center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 100%;
}
それを修正するためのアイデアはありますか?