
http://www.fotoszok.pl/show.php/1781950_untitled.png
Jak ktos moze niech napisze! Z gory dzieki !

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link type="text/css" href="style.css" rel="stylesheet" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <div id="logo"> </div> <div id="menu-container"> <div id="menu"> <ul> </ul> </div> <div id="container"> </div> </div> </body> </html>
@charset "utf-8"; /* CSS Document */ body{ margin: 0px; padding: 0px; } #logo{ border: 1px #000000 solid; border-bottom: none; width:960px; height:200px; text-align:center; margin:0 auto; } #menu{ padding: 10px; height:90%; float:left; border:1px #000 solid; border-left: none; border-bottom:none; border-top:none; } #container{ width:800px; float:left; text-align:center; } #menu-container{ width: 960px; margin:0 auto; border:1px #000 solid; height:200px; }