How to make such a layout of the site, so that when you change (decrease) the size of the browser window, scroll bars just appear and the site becomes not all visible, but not changed at all?
It is necessary to correct the site, which when the window is reduced for some reason, the whole is “compressed”, all the elements come together.



    2 answers 2

    <body> <div style="min-width: 1024px"> Контент сайта. </div> </body> 

    Or even specify hard. width: 1024px

    • Hey, thank you very much. @knes nyashka ^^ - Oleg Arkhipov

    Surprisingly)) Usually people are looking for ways to make the site responsive.

    Set the "wrapper" to the minimum size and set overflow: auto; for body

    • So said the customer. And to do the "adaptive" - ​​I really do not know how, I am not a coder. At least that's better than falling apart. - Oleg Arkhipov