Det var det jeg mente.
Men det er ihverfalt grunde til at det ikke virker. Der findes ikke en height attribut til table-tagget. Tjek her
http://www.w3.org/TR/html4/struct/tables.html#h-11.2.1Hvis man gør det uden tabeller får man også en meget lettere kode.
Sådan her ser mit site f.eks ud:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "
http://www.w3.org/TR/html4/strict.dtd"><html>
<head>
<title>Dammark.NET</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body {
margin: 0px;
height: 100%;
border: none;
background: #cccccc;
color: #000000;
font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
scrollbar-base-color:#FFEFD5;
scrollbar-face-color:#FFEFD5;
scrollbar-highlight-color:#000000;
}
input, textarea {
border: 1px solid black;
color: black;
background-color: #cccccc;
}
h3 {
margin-bottom: 0px;
background: #FFEFD5;
color: #000000;
margin-top: 0px;
font-size: 18px;
font-weight: bolder;
font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
border-bottom: 1px solid black;
padding-top: 35px;
padding-left: 3px;
padding-bottom: 3px;
width: 747px;
}
h4 {
margin-bottom: 0px;
color: #000000;
background: #FFEFD5;
margin-top: 0px;
font-size: 12px;
font-weight: bolder;
font-family: "Verdana", Geneva, Arial, Helvetica, sans-serif;
padding-left: 3px;
border-bottom: 1px solid black;
}
#container {
position: absolute;
width: 750px;
height: 430px;
left: 50%;
top: 0px;
margin-left: -375px;
margin-top: 10px;
border: 1px solid black;
background: #ffffff;
color: #000000;
}
#box1 {
position: absolute;
width: 235px;
height: 150px;
margin-top: 10px;
margin-left: 10px;
border: 1px solid black;
background: #ffffff;
box-sizing: content-box;
-moz-box-sizing: content-box;
}
#box2 {
position: absolute;
width: 235px;
height: 150px;
left: 247px;
margin-top: 10px;
margin-left: 10px;
border: 1px solid black;
background: #ffffff;
box-sizing: content-box;
-moz-box-sizing: content-box;
}
#box3 {
position: absolute;
width: 235px;
height: 150px;
left: 494px;
margin-top: 10px;
margin-left: 10px;
border: 1px solid black;
background: #ffffff;
box-sizing: content-box;
-moz-box-sizing: content-box;
}
#white {
position: absolute;
top: 230px;
left: 0px;
width: 729px;
height: 190px;
margin-left: 10px;
border: 1px solid black;
box-sizing: content-box;
background: #ffffff;
z-index: 7;
-moz-box-sizing: content-box;
}
#main {
position: absolute;
top: 230px;
left: 0px;
width: 729px;
height: 190px;
margin-left: 10px;
border: 1px solid black;
box-sizing: content-box;
overflow: auto;
z-index: 9;
-moz-box-sizing: content-box;
}
#mainimage {
position: absolute;
top: 230px;
left: 0px;
width: 729px;
height: 190px;
margin-left: 10px;
border: 1px solid black;
box-sizing: content-box;
z-index: 9;
-moz-box-sizing: content-box;
}
#mainbottom {
position: absolute;
top: 230px;
left: 0px;
width: 729px;
height: 190px;
margin-left: 10px;
border: 1px solid black;
box-sizing: content-box;
filter:alpha(opacity=20);
z-index: 8;
-moz-box-sizing: content-box;
-moz-opacity:0.2;
}
#admin {
position: absolute;
top: 70px;
left: 0px;
width: 729px;
height: 350px;
margin-left: 10px;
border: 1px solid black;
background: #ffffff;
box-sizing: content-box;
-moz-box-sizing: content-box;
}
.content {
height: 129px;
width: 230px;
font: 12px "Verdana", Geneva, Arial, Helvetica, sans-serif;
padding: 3px;
overflow: auto;
}
.description {
vertical-align: top;
}
.thumbnails {
border: 1px solid black;
}
</style>
</head>
<body>
<div id="container">
<h3>1975 | Sebastian Dammark // MultimedieDesigner MMD</h3>
<div id="box1">
<h4>Om Sebastian Dammark</h4>
<div class="content">Box 1</div>
</div>
<div id="box2">
<h4>Kvalifikationer</h4>
<div class="content">Box 2</div>
</div>
<div id="box3">
<h4>Referencer</h4>
<div class="content">Box 3</div>
</div>
<div id="mainimage">Mainarea</div>
</div>
</body>
</html>