Szukałem błędu spory kawałek czasu, bez skutku.
Zapodaję kod.
html:
<body> <div id="wrapper"> <!-- TOP ---> <div id="top"> </div> <!-- /TOP ---> <!-- CONTENT ---> <!-- SHAPE1 ---> <div id="shape1"> <div id="shape1_left"> <img class="drobneinfo" src="images/drobneinfo.png" border="0" alt="Drobne info ..." title="Drobne info ..." /> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here, making it look like readable English.</p> <div class="buttons"> </div> <!-- /SHAPE1 ---> <!-- SHAPE2 ---> <div id="wrapper2"> </div> <!-- /SHAPE2 ---> <!-- /CONTENT ---> </body>
css:
@charset "utf-8"; /* CSS Document */ body { font-family: "Verdana", "Arial", "Tahoma"; font-size: 14px; color: #f4f4f4; background: #252118; overflow: hidden; } #wrapper { margin: -10px auto; width: 936px; } #top { height: 181px; background: url('../images/top_bg.png') no-repeat; } #logo { width: 229px; height: 73px; padding-left: 69px; padding-top: 52px; } #menu { } #shape1 { background: url('../images/shape1.png') no-repeat; width: 936px; height: 292px; position: relative; z-index: 0; } #shape1_left { float: left; width: 420px; margin-left: 54px; margin-top: 17px; } #shape1_left .drobneinfo { border: 0px; } #shape1_left p { width: 410px; height: 135px; text-shadow: black 1px 1px; } #shape1_left .buttons { margin-left: 95px; margin-top: -30px; } #shape1_right { float: right; width: 409px; height: 310px; padding-right: 40px; margin-top: -40px; overflow: hidden; } #spinacze { margin: -10px 10px; background: url('../images/spinacz.png') repeat; width: 936px; height: 34px; position: relative; z-index: 1; overflow: hidden; } #wrapper2 { margin: 0px auto; width: 1077px; } #arrow_left { width: 62px; height: 91px; padding-top: 100px; float: left; padding-right: 7px; } #shape2 { float: left; width: 936px; height: 292px; background: #e9e9e9; position: relative; z-index: 0; } #arrow_right { width: 62px; height: 91px; float: left; padding-top: 100px; padding-left: 7px; } #footer { background: #000; height: 100px; width: 500px; float: right; }
Z góry dziękuję za wypatrzenie mojego błędu.
Pozdrawiam.