Scroll ? html
En der lige hurtigt fortæller mig, hvorfor der er scroll på denne:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
html, body {
height: 100%;
width: 100%;
background-color: #FFFFFF;
margin: 0px;
padding: 0px;
}
/* Grundstruktur */
#side {
height: 100%;
width: 100%;
}
#top {
height: 15%;
}
#indhold {
height: 75%;
}
#bottom {
height: 10%;
}
</style>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" id="side">
<tr id="top"><td>dd</td></tr>
<tr id="indhold"><td>wd</td></tr>
<tr id="bottom"><td>sd</td></tr>
</table>
</body>
</html>
