Het lukt me niet om in onderstaande figuur de rechts <div> SIDE B helemaal naar boven te uitlijnen....

EDIT: he? ik hierboven de img tags gebruikt maar hij geeft de afbeelding niet weer?
dus dat witte vlak moet weg....
Css is:
<style type="text/css">
#body {
text-align: left;
width: 100%;
background: url("/path/to/your/background_cols.gif") repeat;
}
#header {
float: left;
width: 80%;
background: yellow;
}
#side-a {
float: left;
width: 10%;
height: 500px;
background: green;
}
#side-b {
float: right;
width: 10%;
height: 500px;
background: green;
}
#content {
float: left;
width: 80%;
height: 500px;
background: red;
}
</style>
------------------------------
<div id="body">
<div id="container">
<div id="side-a">SIDE A</div>
<div id="header">HEADER</div>
<div id="content">CONTENT</div>
<div id="side-b">SIDE B</div>
</div>

EDIT: he? ik hierboven de img tags gebruikt maar hij geeft de afbeelding niet weer?
dus dat witte vlak moet weg....
Css is:
<style type="text/css">
#body {
text-align: left;
width: 100%;
background: url("/path/to/your/background_cols.gif") repeat;
}
#header {
float: left;
width: 80%;
background: yellow;
}
#side-a {
float: left;
width: 10%;
height: 500px;
background: green;
}
#side-b {
float: right;
width: 10%;
height: 500px;
background: green;
}
#content {
float: left;
width: 80%;
height: 500px;
background: red;
}
</style>
------------------------------
<div id="body">
<div id="container">
<div id="side-a">SIDE A</div>
<div id="header">HEADER</div>
<div id="content">CONTENT</div>
<div id="side-b">SIDE B</div>
</div>
[ Voor 10% gewijzigd door kattapult op 13-07-2008 13:17 ]