ric0
Gebruiker
- Lid geworden
- 12 okt 2010
- Berichten
- 24
Ik heb een probleem, Ik heb een pagina met verschillende div’s nu wil ik dat als er meer tekst in de pagina gezet word. Dat de div dan “meegroeit ” dat heb ik gedaan door hem een min-heigt te geven. Maar nu gaat deze over mijn footer div heen. En ook wil ik dan mijn zij balken “meegroeien”
Heeft iemand hier een oplossing voor. Ik heb er een plaatje van het probleem bijgedaan. en zal ook mijn css code er bij doen.
owja die gekleurde strepen geven die borders van de div aan om het iets duidelijker te maken.
Als vast bedankt voor het kijken & meedenken
Heeft iemand hier een oplossing voor. Ik heb er een plaatje van het probleem bijgedaan. en zal ook mijn css code er bij doen.
owja die gekleurde strepen geven die borders van de div aan om het iets duidelijker te maken.
Als vast bedankt voor het kijken & meedenken

PHP:
/************ De hele body************/
body {
margin: 0px;
padding: 0px;
text-align: justify;
font: 12px Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
background-color:#F0F0F0;
/* border: 1px solid green;*/
}
span.trinano_color {
color:#F36E21;
}
/************************************************************************/
a:link{ color: #F36E21; text-decoration: none;}
a:visited{ color: #F36E21; text-decoration: underline;}
a:hover{ color: #F36E21; text-decoration: none;}
a:active{ color: #F36E21; text-decoration: underline;}
a.menu:link{ color: black; text-decoration: none;}
a.menu:visited{ color: black; text-decoration: none;}
a.menu:hover{ color: #F36E21; text-decoration: none;font-weight: bold;}
a.menu:active{ color: #F36E21; text-decoration: underline;}
a.menuselected:link{ color: #F36E21; text-decoration: none;font-weight: bold;}
a.menuselected:visited{ color: #F36E21; text-decoration: none;font-weight: bold;}
a.menuselected:hover{ color: #F36E21; text-decoration: none;font-weight: bold;}
a.menuselected:active{ color: #F36E21; text-decoration: underline;font-weight: bold;}
dl {list-style: none outside; margin: 0; padding: 0 0 0 0;}
dt {list-style: none outside; margin: 0; padding: 5pt 0 0 1.5em;}
dd {list-style: none outside; margin: 0; padding: 5pt 0 0 2em;}
/************************************************************************/
#Logo{
width: 870px;
height: 50px;
margin: 0px auto;
padding: 10px 0px;
/*border: 1px solid red;*/
}
#header{
width: 870px;
height: 130px;
margin: 0px auto;
padding: 0px 0px;
/* border: 1px solid red; */
}
#menu {
width: 870px;
height: 26px;
margin: 0px auto;
padding: 5px 0px;
background-color:#a9a9a9;
/*border: 1px solid red;*/
}
/*===========Left & Right zitten in Content =============*/
#content {
width: 870px;
min-height: 750px;
margin: 0px auto;
padding: 10px 0px;
background-color:#F0F0F0;
/*border: 1px solid red;*/
}
#left {
float: left;
min-height: 760px;
width: 162px; /*moet naar 164*/
margin: -10px auto;
padding: 5px 5px;
background-color:#C0C0C0;
border: 1px solid green;
}
#menu-left{
float: left;
min-height: 260px;
width: 164px;
margin: -5px auto;
padding: 1px 0px;
background-color:#C0C0C0;
/* border: 1px solid red;*/
}
#pbottom {
float: left;
min-height: 200px;
width: 140px;
margin: 455px auto;
padding: 5px 5px;
background-color:#C0C0C0;
/*border: 1px solid green;*/
}
#tbottom {
float: left;
min-height: 75px;
width: 140px;
margin: -750px auto;
padding: 5px 5px;
background-color:#C0C0C0;
/* border: 1px solid yellow;*/
}
#right {
float: right;
min-height: 760px;
width: 162px; /*moet naar 164*/
margin: -10px auto;
padding: 5px 5px;
background-color:#C0C0C0;
border: 1px solid yellow;
}
#middel{
float: left;
min-height: 738px;
width: 470px;
margin: -10px auto;
padding: 15px 25px;
border: 1px solid red;
}
#footer {
width:870px;
height: 16px;
padding: 5px 0px;
text-align:center;
background-color:#a9a9a9;
margin-right: auto;
margin-left: auto;
border: 1px solid orange;
}
/*=======================================================*/
Laatst bewerkt: