Nieuw lid |
|
hey, ik ben bezig met een eigen layout te maken alleen maan div's komen door elkaar heen te staan.
alles staat nu goed alleen mijn div niews valt over div inlog_sms
dit is mijn css
body {
background: #FFFBF0;
}
#maincontainer {
margin: 0 auto;
width: 940px;
}
#header {
width: 940px;
height: 100px;
background: url('../images/header.jpg') no-repeat;
}
#hoofdmenu {
width: 940px;
height:20px;
margin-top:2px;
background: url('../images/top_achter.png') repeat-x;
}
#inlog_sms {
width:940px;
height:140px;
float:left;
padding-top:20px;
}
#inlog {
float:left;
width: 160px;
height:140px;
font-family: "Kristen ITC";
color:#000000;
font-size:15px;
padding-top:25px;
padding-left:10px;
background:url('../images/inlog.jpg') no-repeat;
}
#inlog_button { width:70px; height:20px; border:0px; background:url('../images/buttons/inlog.png') no-repeat; }
#inlog_input { font-family:"Kristen ITC"; font-size:12px; font-weight:bold; width:135px; background-color:#FFFBF0; }
#sms_berichten {
float:right;
width:760px;
height:140px;
background:url('../images/sms_berichen.jpg') no-repeat;
padding-top:20px;
font-size:15px;
font-family:"Kristen ITC";
font-weight:bold;
color:#000000;
}
#nieuws {
width:940px;
height:184px;
background:url('../images/nieuws_achter.png') no-repeat;
font-family: "Kristen ITC";
color:#000000;
font-size:15px;
}
body { background: #FFFBF0; } #maincontainer { margin: 0 auto; width: 940px; } #header { width: 940px; height: 100px; background: url('../images/header.jpg') no-repeat; } #hoofdmenu { width: 940px; height:20px; margin-top:2px; background: url('../images/top_achter.png') repeat-x; } #inlog_sms { width:940px; height:140px; float:left; padding-top:20px; } #inlog { float:left; width: 160px; height:140px; font-family: "Kristen ITC"; color:#000000; font-size:15px; padding-top:25px; padding-left:10px; background:url('../images/inlog.jpg') no-repeat; } #inlog_button { width:70px; height:20px; border:0px; background:url('../images/buttons/inlog.png') no-repeat; } #inlog_input { font-family:"Kristen ITC"; font-size:12px; font-weight:bold; width:135px; background-color:#FFFBF0; } #sms_berichten { float:right; width:760px; height:140px; background:url('../images/sms_berichen.jpg') no-repeat; padding-top:20px; font-size:15px; font-family:"Kristen ITC"; font-weight:bold; color:#000000; } #nieuws { width:940px; height:184px; background:url('../images/nieuws_achter.png') no-repeat; font-family: "Kristen ITC"; color:#000000; font-size:15px; }
weet iemand waar het aan ligt. alvast bedankt
|