Witam,robię szablon strony na divach ale stopka jakbym nie kombinował wyskakuje gdzieś w połowie,wie ktoś co poradzić?
Tu wklejam cały kod:
CSS:
html,body {
background-color: orange;
scrollbar-arrow-color: #ffcc00;
scrollbar-base-color: #555555;
scrollbar-track-color: #000000;
scrollbar-highlight-color:#ffcc00;
scrollbar-shadow-color:#ffcc00;
height: 100%;
}
m1 {
font-size: 13;
font-weight: bold;
}
#nl_top {
position: absolute;
height:110px;
width:100%;
}
#nl_logo {
position: absolute;
left:136px;
background: url(img/images/logo.bmp) no-repeat;
height:110px;
width:728px;
}
#nl_srodek {
position: absolute;
top:140px;
width:100%;
height:auto;
min-height:1000px;
}
#nl_register {
position: absolute;
left:0px;
width:180px;
}
#nl_news {
position: absolute;
left:180px;
width:640px;
}
#nl_login {
position: absolute;
left:820px;
width:180px;
}
#nl_dol {
position: absolute;
height: 100px;
}
#nl_stopka {
position: absolute;
top:100%;
height: 100px;
}
A tu Stronka:
<html>
<body>
<div id="nl_top">
<div id="nl_logo"></div>
</div>
<div id="nl_srodek">
<div id="nl_register">
<?php
?>
</div>
<div id="nl_news">
<?php
?>
</div>
<div id="nl_login">
<?php
?>
</div>
</div>
<div id="nl_stopka">
<?php
?>
</div>
</body>
</html>
Prosiłbym bardzo o wytłumaczenie co tu jest nie tak.