Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
bgproperties="fixed"
<body background="http://www.nnm.ru/image/1.jpeg" bgproperties="fixed">
body {
background:#000 url(сюды вставь адрес картинки) no-repeat fixed center top;
}
body{
background-attachment: fixed;
background-color: #009900;
background-image: url(../img/bodyBack.jpg);
background-repeat: no-repeat;
background-position: center top;
}
body{
background: #000000 url(картинка) no-repeat fixed center top;
}