Witam. Mam pewien problem, gdyż stronę mi po prostu ucina.
Szukałem błędu spory kawałek czasu, bez skutku.
Zapodaję kod.
html:
<!-- TOP --->
<div id="logo"><a href="index.html"><img src="images/logo.png" border="0" alt="Strona Główna" title="Strona Główna" /></a></div> <!-- /TOP --->
<!-- CONTENT --->
<!-- SHAPE1 --->
<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> <a href="#"><img src="images/button1.png" border="0" alt="Zobacz stronę" title="Zobacz stronę" /></a> <a href="#"><img src="images/button2.png" border="0" alt="Zobacz portfolio" title="Zobacz portfolio" /></p></a> <div id="shape1_right"><img src="images/borderbig.png" border="0" alt="Foto" title="Zdjęcie" /></div> <!-- /SHAPE1 --->
<!-- SHAPE2 --->
<div id="arrow_left"><img src="images/arrow_l.png" border="0" alt="Poprzednie" title="Poprzednie" /></div> <div id="arrow_right"><img src="images/arrow_r.png" border="0" alt="Następne" title="Następne" /></div> <!-- /SHAPE2 --->
<!-- /CONTENT --->
<div id="footer">sadasjdaipsdj
</div>
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.