Hej jeg ville høre hvordan jeg får mine menu'er til at stå under hinanden?
her er min CSS kode:
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 {
float: left;
height: 200px;
width: 100px;
margin-top: 50px;
margin-left: 10px;
border: 1px solid 23627f;
}
#venstremenu2 {
float: left;
height: 200px;
width: 100px;
margin-top: 50px;
margin-left: 10px;
border: 1px solid 23627f;
}
.menuimg {
background-image:
background-image: url(../design_images/menu_image.jpg);
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;
}