Hey,
Ik krijg mijn menu niet gecentreerd. Hij blijft naar links hangen, en in IE staat hij zelfs helemaal links
. Het al wat proberen aan te passen, maar niks lijkt te helpen.
http://www.creations-of-nature.com/test/
Ik krijg mijn menu niet gecentreerd. Hij blijft naar links hangen, en in IE staat hij zelfs helemaal links

http://www.creations-of-nature.com/test/
HTML:
<!-- HTML -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- Titel -->
<title>Creations of Nature - Home</title>
<!-- META TAGS -->
<meta name="keywords" content="" />
<!-- CSS Include -->
<link href="layout.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<!-- BODY -->
<body>
<div class="centerdiv">
<!-- Header -->
<br>
<br>
<TABLE BORDER="0" WIDTH="100%">
<TR>
<TD WIDTH="33%" ALIGN='left'></TD>
<TD WIDTH="33%" ALIGN='center'><a href="http://www.textspace.net/metallic_text/"><img src="http://img155.imageshack.us/img155/5603/1299357655b3becea9i.gif" border="0" alt="Metallic Text Generator at TextSpace.net" /></a></TD>
<TD WIDTH="33%" ALIGN='right'></TD>
</TR>
</TABLE>
<br>
<!-- Menu -->
</div>
</div>
<div id="menu-bg">
<div id="menu">
<ul id="main">
<li class="current_page_item"><a href="LINKNOGINVOEGEN">Home</a></li>
<li><a href="#">Projecten</a></li>
<li><a href="#">Kweken</a></li>
<li><a href="#">Artikelen</a></li>
<li><a href="#">Dagboek</a></li>
<li><a href="#">Links</a></li>
<li><a href="#">Met dank aan</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<!-- Body -->
<p>
<!-- FOOTER -->
<div id="footer">
<p>Copyright © Creations of Nature 2011</p></center>
</div>
</body>
</html>
HTML:
body {
margin: 0;
padding: 0;
background: #191E1A;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: white;
}
/* Menu */
#menu-bg {
background: #1E3227;
height: 45px;
}
#menu {
width: 1000px;
margin: 0 auto;
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu li {
display: inline;
}
#menu a {
display: block;
float: left;
margin: 0 3px 0 0;
padding: 12px 15px 10px 15px;
border: none;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: white;
}
#menu a:hover {
margin: 0 3px 0 0;
background: #191E1A;
border-bottom: 3px solid white;
color: #FFFFFF;
}
#menu .current_page_item a {
background: none;
margin: 0 3px 0 0;
background: #191E1A;
border-bottom: 3px solid white;
color: #FFFFFF;
}
/* Footer */
#footer {
background-color: #0D170F;
height: 50px;
}
#footer-content {
width: 1000px;
margin: 0px auto;
}
#footer p {
margin: 0;
padding: 20px 0 0 0;
text-align: center;
font-size: 14px;
color: white;
}
#footer a {
color: #FBD900;
}