Hej jeg er igang med et design men jeg kan ik få mine menu boxe til at være rigtige i kan se designet her
http://www.ziimx.zeekoo.dk//ug07/index.htmlmin kode:
----------Index.html----------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Ungnews.eu | 07/08</title>
<link href="css/css.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="box">
<div id="top">Top logo Goes Here xD - Simon </div>
<div id="hojremenu"></div>
<div id="hojremenu2"></div>
<div id="ventremenu">
<div class="menuimg">Navigation:</div>
» Forside<br />
» Profil<br />
» Menu<br />
» Menu<br />
» Menu
<br />
</div>
<div id="ventremenu">
<div class="menuimg">Navigation:</div>
» Forside<br />
» Profil<br />
» Menu<br />
» Menu<br />
» Menu
<br />
</div>
</div>
</body>
</html>
----------css.css----------
/* CopyRight 07/08 Ungnews.eu - Designed by Simon Jensen And Jacob Veils */
html, body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
color: #333333;
background-image: url(../design_images/background.jpg);
height: 100%;
display:block;
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
#box {
width: 800px;
background-color: #FFFFFF;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
height: 100%;
padding: 0px;
display block: border-right-width: 3px;
border-left-width: 3px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #5d5d5d;
border-left-color: #5d5d5d;
}#top {
height: 50px;
width: 700px;
border: 1px solid #333333;
margin-right: auto;
margin-left: auto;
}
#ventremenu {
height: 200px;
margin-top: 50px;
margin-left: 10px;
border: 1px solid #23627f;
width: 50px;
}
#venstremenu2 {
height: 200px;
margin-top: 50px;
margin-left: 10px;
border: 1px solid #23627f;
width: 50px;
}
#hojremenu {
height: 200px;
margin-top: 50px;
margin-left: 10px;
border: 1px solid #23627f;
width: 50px;
float: right;
}
#hojremenu2 {
height: 200px;
margin-top: 50px;
margin-left: 10px;
border: 1px solid #23627f;
width: 50px;
float: right;
}
.menuimg {
background-repeat: no-repeat;
background-image: url(../design_images/menu_image.jpg);
height: 22px;
width: 100px;
margin-left: 0px;
font-family: Impact;
font-size: 14px;
color: #FFFFFF;
text-decoration: none;
padding-left: 2px;
}