Код: Выделить всё
main
placeholder
1.html
.main {
background: url("./image.png") no-repeat center center;
background-attachment: fixed;
background-size: cover;
width: 100vw;
height: 100vh;
}
.placeholder {
width: 100%;
height: 10%;
}
< /code>
content
The Header
html,
body {
color: #aaa;
background: transparent;
background-attachment: fixed;
background-size: cover;
}
.header {
margin: 0;
position: fixed;
top: 0;
padding: 20px;
border: 1px solid #888;
z-index: 1;
}
document.getElementById("content").innerHTML =
"Lorem ipsum
".repeat(100);
< /code>
If I set the background of content.htmlПодробнее здесь: https://stackoverflow.com/questions/796 ... parent-and
Мобильная версия