CAB 08
09-03-2008, 12:21 PM
Hey everyone,
Got a problem here I'm getting to grips making layouts with CSS however I don't know how to code the side so that the content section can be expanded if there is a need. I'm not a fan of fixed content. Any ideas? My code is:
@charset "utf-8";
/* CSS Document */
body,td,th {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background-color: #FFFFFF;
font-size: 10px;
}
#nav_buttons {
border: none;
}
#header {
position:absolute;
left:0px;
top:0px;
width:900px;
height:100px;
}
#navigation {
position:absolute;
left:0px;
width:900px;
height:35px;
top: 100px;
}
#content {
position:absolute;
left:0px;
top:135px;
width:900px;
min-height: 100%;
}
#footer {
position:relative;
left:0px;
top:auto;
margin-top:auto;
width:900px;
height:55px;
}
Got a problem here I'm getting to grips making layouts with CSS however I don't know how to code the side so that the content section can be expanded if there is a need. I'm not a fan of fixed content. Any ideas? My code is:
@charset "utf-8";
/* CSS Document */
body,td,th {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background-color: #FFFFFF;
font-size: 10px;
}
#nav_buttons {
border: none;
}
#header {
position:absolute;
left:0px;
top:0px;
width:900px;
height:100px;
}
#navigation {
position:absolute;
left:0px;
width:900px;
height:35px;
top: 100px;
}
#content {
position:absolute;
left:0px;
top:135px;
width:900px;
min-height: 100%;
}
#footer {
position:relative;
left:0px;
top:auto;
margin-top:auto;
width:900px;
height:55px;
}
