Onbekend |
|
Ik zou graag willen dat mijn website meerekt met de resolutie van de gebruiker. De footer(div) moet altijd onderaan & de userpanel(div) / content(div) moeten de rest van de website opvullen.
.container
{
background: #ffffff;
border-left: #000000 solid 1px;
border-right: #000000 solid 1px;
margin: 0 -390px;
min-height: auto;
position: absolute;
width: 780px;
}
.header
{
border-bottom: #000000 solid 1px;
height: 120px;
position: relative;
}
.main
{
background: #666666;
height: 30px;
position: relative;
}
.userpanel
{
border-right: #000000 solid 1px;
float: left;
position: relative;
width: 178px;
}
.content
{
float: left;
position: relative;
width: 600px;
}
.footer
{
border-top: #000000 solid 1px;
height: 30px;
position: relative;
}
.container { background: #ffffff; border-left: #000000 solid 1px; border-right: #000000 solid 1px; margin: 0 -390px; min-height: auto; position: absolute; width: 780px; } .header { border-bottom: #000000 solid 1px; height: 120px; position: relative; } .main { background: #666666; height: 30px; position: relative; } .userpanel { border-right: #000000 solid 1px; float: left; position: relative; width: 178px; } .content { float: left; position: relative; width: 600px; } .footer { border-top: #000000 solid 1px; height: 30px; position: relative; }
Iemand die mij kan helpen?
Alvast hartelijk bedankt .
|