26-11-2009, 02:22
Z tego co widzę to w #content masz height: 100%; a w #rightmenu masz ustawione height: 185px;
Ustaw tak:
Ustaw tak:
Kod:
#content {
height: 100%; /* ustawic na auto */
width: 711px;
background-color: #5c5f62;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #dddddd;
float: left;
line-height: 19px;
text-align: justify;
}
#rightmenu {
height: 100%; /* ustawic na auto */
width: 250px;
background-color: #4c4e51;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #dddddd;
float: right;
}