Lid |
|
Hoi,
ik heb een probleem waar ik al 4 dagen mee bezig ben namelijk:
mijn container div rekt niet mee met het geheel en zo komt het er niet goed uit te zien.
De website waar ik mee bezig ben bestaat uit divs, dit is de style:
html, body{
background: url(images/background.jpg) repeat-x rgb(29,29,29);
margin: 0;
padding: 0;
height: 100%;
border: none;
}
div#container {
width: 825px;
height: 100%;
background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;
position: relative;
}
div#sideleft {
position: absolute;
height: 100%;
float: left;
background: url(images/sideleft.jpg);
width: 11px;
}
div#sideright {
position: relative;
height: 100%;
float: right;
background: url(images/sideright.jpg);
width: 11px;
}
div#topheader{
position: absolute;
left: 11px;
right: 11px;
height: 102px;
float: left;
background-color: #DDDDDD;
width: 803px;
}
div#rightcontent {
position: absolute;
width: 554px;
height: 100%;
overflow: visible;
background-color: #FFFFFF;
padding: 5px;
margin-top: 102px;
margin-left: 260px;
}
html, body{ background: url(images/background.jpg) repeat-x rgb(29,29,29); margin: 0; padding: 0; height: 100%; border: none; } div#container { width: 825px; height: 100%; background-color: #FFFFFF; margin-left: auto; margin-right: auto; position: relative; } div#sideleft { position: absolute; height: 100%; float: left; background: url(images/sideleft.jpg); width: 11px; } div#sideright { position: relative; height: 100%; float: right; background: url(images/sideright.jpg); width: 11px; } div#topheader{ position: absolute; left: 11px; right: 11px; height: 102px; float: left; background-color: #DDDDDD; width: 803px; } div#rightcontent { position: absolute; width: 554px; height: 100%; overflow: visible; background-color: #FFFFFF; padding: 5px; margin-top: 102px; margin-left: 260px; }
en dit is hoe het eruit ziet:
[url]http://zenwire.nl/Projecten/Boekhandel%20Heijink/[/url]
(helemaal onderaan kun je wel zien wat ik bedoel)
voor de source kun je broncode zien bij de url.
ik hoop dat iemand mij verder kan helpen want ik ben zelf te n00b om te zien wat het probleem is.
Groeten, Escoball.
|