overlappende div layer.

Status
Niet open voor verdere reacties.

markus_omega

Gebruiker
Lid geworden
23 apr 2007
Berichten
56
ik ben bezig met de website van het bedrijf waar ik stage loop maar iets gaat er fout.

een aantal van mijn div layers overlappen elkaar. en ik ben al aan het proberen geweest met de css maar ik krijg het niet verandert. het gaat om de layers met de naam menu_kolom en inhoud_houder.

en hier kun je zien wat er mis is http://www.businesscom.nl/company.php

HTML:
/* CSS Document */

* {
}

body {
	
}
.clear {
	clear: both;
}



/* Div's */
#houder {
	margin: 10px auto;
	padding: 0;
	width: 765px;
	height: 100%;
	border: 0;
	background: none;

}
#header {
	height: 107px;
	width: 100%;
	background: #5285BD url(../_images/header.jpg) top left no-repeat;
}

#menu {
	height: 30px;
	width: 100%;
	color: none;
	text-transform: uppercase;
	vertical-align: middle;
	background: none;
}
#hoofd {
	width: 100%;
	background-color: none;
	clear: both;
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}  
	 
#menu_kolom {
	height: 20;
	width: 110px;
	text-align: left;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
#inhoud_houder {
	height: 400px;
	width: 637px;
	float: left;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#inhoud {
}



#footer {
    
	color: none;
	text-align: center;
}

/* Speciale opmaak */
#inhoud p {

}

#menu_kolom h1 {
	margin: 0 0 0px;
	color: none;
	font-size: 1.5em;
}
menu kolom {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
#houder #hoofd #menu_kolom .style16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
#houder #hoofd #menu_kolom .style15 {
	font-size: 0px;
	text-decoration: none;
}
inhoud main {
	font-family: "pixel Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	text-decoration: none;
}
#hoofd #hoofd #inhoud_houder #inhoud div {
}
#hoofd #hoofd #inhoud_houder #inhoud div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3366CC;
	background-color: #FFFFFF;
	height: 100px;
	width: 500px;
}

kan iemand me helpen?
 
en ja hoor het was weer zo simpel :p. wat denk je. een van de vid layers was 37 pixels te groot :p . nu wertk alles weer perfect .
 
Status
Niet open voor verdere reacties.
Steun Ons

Nieuwste berichten

Terug
Bovenaan Onderaan