Ik ben begonnen aan css,
nu ben ik al bijna klaar met scripten(daarne het layout),
maar nu wordt #menu_rechts verkeerd gedrawd,
dat zie je hier:www.gm1999.tk.
de code is dit:

#Background {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: -50;
position:fixed;
}


#menu
{
border-top-style:solid;
border-right-style:solid;
border-left-style:solid;
border-bottom-style:dotted;
margin-top:100px;
border-color:black;
background-color:#ffffff;
filter:alpha(opacity=60);
opacity:0.6;
width:850px;
padding:25px;
height:0px;
margin-left:400px;
}

#content
{
border-left-style:solid;
border-right-style:none;
border-top-style:none;
border-bottom-style:none;
border-color:black;
width:600px;
height:600px;
padding-top:25px;
padding-bottom:25px;
padding-right:50px;
padding-left:50px;
background-color:#ffffff;
filter:alpha(opacity=60);
opacity:0.6;
margin-left:400px;
}


#menurechts
{
border-right-style:solid;
border-left-style:dotted;
border-top-style:none;
border-bottom-style:none;
border-color:black;
background-color:#ffffff;
filter:alpha(opacity=60);
opacity:0.6;
padding:25px;
height:600px;
width:150px;
margin-left:1100px;
}

#footer
{
border-bottom-style:solid;
border-right-style:solid;
border-left-style:solid;
border-top-style:dotted;
border-color:black;
background-color:#ffffff;
filter:alpha(opacity=60);
opacity:0.6;
width:850px;
padding:25px;
height:0px;
margin-left:400px;
}

alvast bedankt.
De W3C Validator geeft dit terug:

Sorry! We vonden de volgende fouten (10)
URI : file://localhost/TextArea
21 	#menu 	Parse Error opacity=60)
22 	#menu 	Eigenschap opacity bestaat niet in CSS versie 2.1 maar wel in [css3] : 0.6
43 	#content 	Parse Error opacity=60)
44 	#content 	Eigenschap opacity bestaat niet in CSS versie 2.1 maar wel in [css3] : 0.6
56 	#menurechts 	Parse Error opacity=60)
57 	#menurechts 	Eigenschap opacity bestaat niet in CSS versie 2.1 maar wel in [css3] : 0.6
75 	#menurechts 	Parse Error #menurechts { border-right-style:solid; border-left-style:dotted; border-top-style:none; border-bottom-style:none; border-color:black; background-color:#ffffff; filter:alpha(opacity=60); opacity:0.6; padding:25px; margin-left:1100px; height:600px; width:150px; }
77 	#menurechts 	Parse Error }
87 	#footer 	Parse Error opacity=60)
88 	#footer 	Eigenschap opacity bestaat niet in CSS versie 2.1 maar wel in [css3] : 0.6

doet het nu half,
het menu staat boven de footer,
maar drawt de footer te laag...

Reageren