Oto strona: Link
Kod:
body { font-size: 14; font-family: segoe print; background: #61BC3A; } #wrapper { margin: 0 auto; } /* Początek nagłówka */ #header-wrapper { width: 100%; margin: 0; padding: 0; } #header { position: relative; margin: 0 auto; background: url(header2.png) no-repeat center; height: 180px; padding: 0; overflow: hidden; } #header-logo { position: relative; top: 15px; right: 320px; background: url(head_logo.png) no-repeat center; height: 150px; } /* Początek linków */ /* Nawigator */ #nav { position: relative; left: 207px; top: 6px; width: 850px; } #activ-home { width: 110px; height: 50px; display: inline; float: left; background: url(active.png) no-repeat center; position: relative; bottom: 20px; } a:link, a:visited { text-decoration: none; color: black; } a:hover { color: white; } a.activ:hover { color: black; } /* Nagłówki */ h1.logo { position: relative; bottom: 90px; left: 300px; font-size: 45; font-family: times new roman; color: white; float: left; } /* Wykazy */ .topmenu ul, li { font-size: 20; font-family: times new roman; list-style-type: none; display: inline; color: black; position: relative; bottom: 13px; right: 82px; margin: 0px 40px 0px 0px; padding: 0px; text-transform: uppercase; } /* Texty */ #text { display: inblock; margin: 0 auto; background: white; width: 850px; height: 1000px; padding: 0; } #left-block { display: inblock; background: #c0ffa4; float: left; width: 500px; height: 900px; position: relative; top: 30px; left: 40px; overflow: hidden; } #right-block { display: inblock; background: #c0ffa4; float: left; width: 250px; height: 900px; position: relative; top: 30px; left: 60px; } /* Stopka */ #footer { display: inblock; margin: 0 auto; position: relative; background: url(header2.png); width: 850px; height: 20px; text-align: right; font-size: 10; font-weight: bold; padding: 0; } .clear { clear: both; display: inline-block; }
<html> <head> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div id="wrapper"> <div id="header-wrapper"> <div id="header"> <div id="nav"> <ul class="topmenu"> </ul> </div> </div> </div> <div id="text"> </div> <div id="footer"> All made by Bartosz Kubacki </div> </div> </body> </html>
Zabraniam kopiowania!
Na FF, Chrome i Operze wszystko śmiga, tylko nieszczęsny IE sprawia problemy :/