Salute, fiesta! There is a background in the browser, drawing boards. How can I make it so that when adding information to a page, the image is loaded along with the content? That is, when scrolling the page, the background always remained, and not like in the screenshot. Is this some kind of css container property? In the HTMLbook did not find anything like that unfortunately. And can this be done somehow easier, without including JS here? An example of a container with a picture connection is indicated below.
body { background: url(imgs/background_page.png) no-repeat; -moz-background-size: 100%; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; } 