Header
menu
inhoud thumb
footer
Hier een voorbeeld van hoe ik het nu heb http://www.kleurrijkpalet.nl/goed/
dit is mijn css:
#header {
margin-left: 200px;
top:0px;
height: 150px;
width:800px;
background-image:url("images/header.png");
}
#menu {
margin-left: 200px;
width:800px;
height:40px;
background-image:url("images/achtergrond.png");
}
#inhoud {
margin-left:200px;
width:650px;
height:400px;
background-image:url("images/achtergrond.png");
top:190;
}
#thumbs {
margin-left:880px;
width:150px;
height:400px;
background-image:url("images/thumbs.png");
}
#footer {
background-image:url("images/footer.png");
width:800px;
height:50px;
margin-left:200px;
}