<html> <head> <style type="text/css"> body {margin: 0px; background-image: url("./images/bg.gif"); margin:0; padding:0; height:100%; text-align:center; color: #fff;} img {border: 0px; margin: 0px; padding: 0px;} #glowny {margin: 0 auto; width: 804px; text-align: justify; background-image: url("./images/body-bg.jpg");} #text-bar {width: 100%; height: 18px; background-image: url("./images/top-text-bar.jpg"); font-size: 12px; text-align: left; vertical-align: center;} #text-bar h1 {font-size: 12px; margin:0px 10px 0px 10px; font-weight: bold; font-family: Verdana; color: #000;} #logo{width: 100%; height: 150px; background-image: url("./images/logo.jpg"); font-size: 0px;} #top-menu{width: 100%; height: 52px;} #top-menu-items{width: 100%; height: 40px; padding: 0px; margin: 0px;} #body {width: 804px; padding: 0px; margin: 0px;} #menu {width: 162px; left: 0px;} #other {width: 642px; right: 0px;} #footer-text {width: 100%; height:40px; background-image: url("./images/footer.jpg");} .header-bar{width: 100%; height:12px; background-image: url("./images/header-bar.jpg"); font-size: 0px;} .bar {width: 100%; height:12px; background-image: url("./images/bar.jpg"); font-size: 0px;} </style> </head> <body> <div id="glowny"> <div id="header"> </div> <div id="top-menu"> <div id="top-menu-items"><a href=""><img src="./images/menu-item1.jpg" alt="Strona główna"></a><a href=""><img src="./images/menu-item2.jpg" alt="Forum"></a><a href=""><img src="./images/menu-item3.jpg" alt="Download"></a><a href=""><img src="./images/menu-item4.jpg" alt="Metallica"></a><a href=""><img src="./images/menu-item5.jpg" alt="Dream Theater"></a></div> </div> <div id="body"> </div> <div id="footer"> </div> </div> </body> </html>
Chce zeby Menu i Other byly obok siebie i zeby rozciagaly one warstwe body. Jak to zrobic

