ik ben een site aan het maken met css, nu wil ik dat de inhoud div links van the thumb div zoiets:
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;
}


Dennis Mertens schreef op 16.01.2009 11:10
Werken met margins en paddings. Mooi goed uitlijnen.

Correcte breedtes in voeren.


heb je hier ook een tutorial voor ofzo?

Reageren