KOD:
<div id="container"> <div id="header"> Nagłówek </div> <div id="sidebar"> BOK </div> <div id="content"> Główna zawartość </div>
KOD CSS:
#container { width:100%; background-color: rgb(40,70,120); margin:0 auto; height:100%; min-height:100%; } #content { float:left; width:620px; } #sidebar { float:left; width:340px; background-color:red; height:100%; } html, body{ height: 100%; width: 100%; margin: 0px; padding: 0px; } #header{ top:0px; width:100%; background-color:#1D1D1F; height:30px; }
Prosze o pomoc zeby to nie wychodziło poza okno i pasek zniknął z góry dzięki