tilpas højden i procent
Jeg har et problem, jeg vil gerne havde at højden bliver tilpasset efter browser størrelse, ligesom jeg kan gøre i siderne, der har jeg angivet det i procent.Problemet ligger i "menupage" hvor jeg gerne vil have at den tilpasses efter browser.
body {
background-color: White;
margin: 0px;
}
#title {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
background-color: #0066CC;
height: 75px;
}
#bund {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
background-color: #0066CC;
height: 50px;
}
#menu {
position: absolute;
left: 10%;
right: 10%;
top: 75px;
width: 60%;
background-color: ThreedShadow;
height: 30px;
}
#menupage {
position: absolute;
left: 10%;
top: 75px;
width: 120px;
background-color: #0066CC;
height: 375px;
}
