There is the following:
#pagecalc { position:absolute; width:1905px; left:50%; margin-left:-953px; } #pagecalc #calcontent { position:absolute; width:100%; background-color:#333; }
If you zoom out in the browser, the block is always in the center of the page, I need it. But if you start to increase the scale, in simple words “approach the page” the content that is in #pagecalc #calcontent goes left abroad and cannot be scrolled, in one word has disappeared, the scroll bar only turns to the right. How to get rid of it?
position: absolute
property used? - chernomyrdin