Hello, I will try to explain briefly. For example, there is a div block called bg. It is stretched to the full length and width of the screen and filled with some kind of picture (for example, a room 1200x768). Suppose these styles:
html, body{ height:100%; } .bg{ background: url("bg.jpg"); background-size: cover; width:100%; } There is a table on the background image. I create a div block that I want to place on the table of the background image. Is it possible to realize this? Those. Just putting it there is not a problem, but when the screen resolution changes, it flies (and indicating% as a unit of measurement does not help here, it still flies, because the picture decreases). I still do not understand which way to dig. As a result, I need to bind the div block to a specific part of the picture in any way.