Onbekend |
|
Tot voorheen stonden de divs perfect gepositioneerd. Nu heb ik in de content twee divjes langs elkaar geplaats & dan wil de footer(div) niet meer meewerken.
.container
{
border: #000000 solid 1px;
height: 900px;
left: 50%;
margin: 0 -390px;
position: absolute;
width: 780px;
}
.header
{
border: #000000 solid 1px;
height: 120px;
position: relative;
width: auto;
}
.main
{
border: #000000 solid 1px;
height: 30px;
position: relative;
width: auto;
}
.content
{
border: #000000 solid 1px;
float: left;
height: 700px;
position: relative;
width: 600px;
}
.userpanel
{
border: #000000 solid 1px;
float: left;
height: 700px;
position: relative;
width: 174px;
}
.footer
{
background: #ff0000;
border: #000000 solid 1px;
height: 30px;
position: relative;
width: auto;
}
.container { border: #000000 solid 1px; height: 900px; left: 50%; margin: 0 -390px; position: absolute; width: 780px; } .header { border: #000000 solid 1px; height: 120px; position: relative; width: auto; } .main { border: #000000 solid 1px; height: 30px; position: relative; width: auto; } .content { border: #000000 solid 1px; float: left; height: 700px; position: relative; width: 600px; } .userpanel { border: #000000 solid 1px; float: left; height: 700px; position: relative; width: 174px; } .footer { background: #ff0000; border: #000000 solid 1px; height: 30px; position: relative; width: auto; }
Hier de link naar het probleem, zodat je zelf kunt zien. De footer heb ik even een rode kleur gegeven.
Iemand die mij wilt helpen? Heb al van alles geprobeert, maar niets wil werken.
Alvast bedankt .
|