Html file:
body { margin: 0; } #header { height: 96px; min-width: 900px; background: green; } .podheader { height: 96px; width: 981px; margin-left: 459px; background: #050505; } <div id="header"> <div class="podheader"></div> </div> When you decrease the browser window for some reason, the right side of the site header disappears. Tell me, please, what could be the problem and how can I fix it?