
<style type="text/css"> #lewy { float: left; width: 30%; background: #999999; } #prawy { float: left; width: 70%; background: #990000; } #dol { background: #0033FF; clear: both; width: 100%; } </style> </head> <body> <div id="lewy"> lewy lewy lewy </div> <div id="prawy"> prawy prawy prawy </div> <div id="dol"> dol dol dol </div> </body>