Imam isti problem, ali nazalost ne mogu da ga resim. Citao sam masu tuorijala i jos uvek imam problem.
Ovako izgleda kod:
Kôd:
html, body {
margin: 0;
padding: 0;
background: #3B3B3B;
height: 100%;
}
#page {
width: 958px;
margin: 0 auto;
padding:0;
min-height: 100%;
background: white;
}
#left_content {
float:left;
width: 616px;
margin:0;
padding:0px 0px 0px 0px;
background: white;
}
#right_content {
float:right;
width:342px;
margin:0;
padding:0px 0px 0px 0px;
background: white;
}
#first {
width:423px;
float:left;
margin: 0px 0px 0px 0px;
padding: 11px 11px 11px 11px;
background: white;
}
#third {
width:160px;
float:left;
margin: 0;
padding: 11px 11px 11px 0px;
background: white;
}
#second {
float:left;
width: 160px;
margin:0;
padding: 11px 11px 11px 0px;
background: white;
}
#forth {
float:left;
width: 160px;
margin:0px 0px 0px 0px;
padding: 11px 11px 11px 0px;
background: white;
}
i HTML
Kôd:
<div id="page">
<div id="left_content">
<div id="first"></div>
<div id="second"></div>
</div>
<div id="right_content">
<div id="third"></div>
<div id="forth"></div>
</div>
</div>
Stavio sam height=100% u body tagu i min-height u PAGE. Takodje, sam pokusao da dam min-height=100% svim ostalim divovima ali ni to ne radi.
Trenutno me ne brine IE, vec dobri stari Firefox.....
u cemu gresim...

((