ik ben nieuw met css en divs en nu wil ik mijn site op de volgende manier opbouwen...
http://after-party.nl/eff.png
maar nu wil ik vervolgens die pagina-titel, de content en de rechter div uitlijnen maar dat wil hij neit goed doen
http://after-party.nl/
mijn huidige css:
/*
Design by Party-Vision disigns
http://www.party-vision.nl
ALL COPYRIGHTS SERVET
*/
/* Algemene items */
.errors {
font-family: Verdana;
font-size: 18px;
color: #FF0000;
text-decoration: none;
}
a.link {
font-family: Verdana;
font-size: 12px;
color: #000000;
text-decoration: none;
}
a.visited {
font-family: Verdana;
font-size: 12px;
color: #000000;
text-decoration: none;
}
a.hover {
font-family: Verdana;
font-size: 12px;
color: #000000;
text-decoration: underline;
}
a.active {
font-family: Verdana;
font-size: 12px;
color: #000000;
text-decoration: none;
}
/* Lay-out pagina */
body {
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
background: url(images/img01.jpg) repeat-x;
}
.container {
width: 780px;
height: 180px;
}
.header {
width: 760px;
height: 180px;
position: relative;
left: 10px;
background: url(images/img02.jpg);
}
/* Tekst gebieden */
.menu {
width: 760px;
height: 22px;
position: relative;
background: url('images/img03.gif');
}
a.menu:link {
font-family: Verdana;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}
a.menu:visited {
font-family: Verdana;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}
a.menu:hover {
font-family: Verdana;
font-size: 12px;
color: #FFFFFF;
text-decoration: underline;
}
a.menu:active {
font-family: Verdana;
font-size: 12px;
color: #FFFFFF;
text-decoration: underline;
}
.pagina-titel{
width: 488px;
height: 20px;
position: absolute;
top: 222px;
left: 10px;
/* Tekst opmaak */
font-family: Verdana;
font-size: 18px;
color: #000000;
text-decoration: none;
}
.text-box {
width: 488px;
position: absolute;
top: 242px;
left: 10px;
float: left
border-top: 1px dotted black;
/* Tekst opmaak */
font-family: Verdana;
font-size: 12px;
color: #000000;
text-decoration: none;
}
wat doe ik fout kan iemand mij dat uitleggen?