lh-col och rh-col skulle jag vilja ha som utfyllnad, alltså är webbfönstret stort ska de fylla ut jämte c-col. och om c-col är högre än sidoblocken ska de fyllas ut ända ner till ftr.
Men hur jag än söker rätt på hur jag ska lösa det ena så förstör jag nå´t annat i layouten :q
Går det inte att lösa mitt problem?
/* Layout Stylesheet */
body{
margin: 0;
padding:0;
background:#cccccc;
color: #333333;
}
#lh-col{
position:absolute;
top:62px;
left:0;
width:140px;
z-index:3;
background:#ffffff;
color: #333333;
}
#rh-col{
position:absolute;
top:62px;
right:0;
width:140px;
z-index:2;
background:#ffffff;
color: #333333;}
#c-block {
width:100%;
min-width: 800px;
z-index:1;
background:#c0c0c0;
color: #333333;
height:80%;
}
#hdr{
height:60px;
border-bottom:1px solid #000000;
width:100%;
background:#cccccc;
color: #333333;
margin:0;
}
#c-col{
margin:0 142px 0 142px;
position:relative;
background:#ffffff;
color: #333333;
z-index:5;
border-width:0 0px;
}
#ftr {
width:100%;
height:35px;
border-width:0px 0;
background:#cccccc;
color: #333333;
margin:0;
}