Det lader til at det herunder duer (så skal jeg bare til at rode med valideringen af det)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>One Hundred Percent height divs</title>
<style type="text/css" media="screen">
body {
margin:0;
padding:0;
height:100%; /* this is the key! */
}
#left {
position:absolute;
left:0;
top:0;
padding:0;
height:100%; /* works only if parent container is assigned a height value */
}
.vborder {
background:url('billeder/skyggev.gif') right;
width:10%;
}
.hborder {
background:url('billeder/skyggeh.gif');
width:auto;
}
.table1 {
width:100%;
height:100%;
}
.midte {
width:700px;
height:100%;
vertical-align:top;
}
.topmenu1 {
background:url('billeder/topbar1.gif') top left repeat-x;
width:100%;
}
.topmenu2 {
background:url('billeder/topbar3.gif') top left repeat-x;
}
.topmenu3 {
background:url('billeder/topbar1.gif') top left repeat-x;
width:20px;
}
.bundmenu1 {
background:url('billeder/bundbar1.gif') bottom left repeat-x;
width:100%;
}
.bundmenu2 {
background:url('billeder/bundbar2.gif') bottom left repeat-x;
}
.bundmenu3 {
background:url('billeder/bundbar3.gif') bottom left repeat-x;
font-size:10px;
color:#666;
}
.bundmenu4 {
background:url('billeder/bundbar4.gif') bottom left repeat-x;
}
td {
font-family:Verdana;
font-size:11px;
}
h3 {
display:inline;
}
</style>
</head>
<body>
<div id="left">
<table cellpadding="0" cellspacing="0" class="table1">
<tr><td class="vborder"></td><td valign="top" class="midte">
<table cellpadding="0" cellspacing="0" border="0" style="height:100%">
<tr><td>
<!-- Tabel 1 start -->
<table cellpadding="0" cellspacing="0" border="0"><tr><td class="topmenu1"></td><td><img src="billeder/topbar2.gif" width="32" height="34" alt="" border="0"></td><td class="topmenu2" nowrap>MENU1 MENU2</td><td><img src="billeder/topbar4.gif" width="32" height="34" alt="" border="0"></td><td class="topmenu3" nowrap></td></tr>
<tr><td><div style="padding-left:14px;padding-bottom:30px"><img src="billeder/logo.gif" width="150" height="58" alt="" border="0"></div></td></tr></table>
<!-- Tabel 1 slut -->
</td></tr>
<tr><td valign="top" height="84%">
<!-- Tabel 2 start -->
<table cellpadding="0" cellspacing="0" border="0"><tr><td style="padding-left:15px" valign="top">
<div><img src="billeder/kasse_top.gif" width="186" height="21" alt="" border="0"></div>
<div style="background:#FAFAFA">menu</div>
<div><img src="billeder/kasse_bund.gif" width="186" height="9" alt="" border="0"></div>
<div style="padding-top:20px;padding-bottom:20px">Nyheder her</div>
<div><img src="billeder/kasse_top.gif" width="186" height="21" alt="" border="0"></div>
<div style="background:#FAFAFA">menu</div>
<div><img src="billeder/kasse_bund.gif" width="186" height="9" alt="" border="0"></div>
</td><td valign="top" style="padding-left:15px">
<h3>HER ER EN OVERSKRIFT</h3><br>
sdfoi sadofidsau fodaf iudo duf odgfudo fo ugfdoigu ofd gofdigu dogg oidfgodgufdogufdog oifdofog odioi o oguodfigoiug ogufod o o
</td></tr></table>
<!-- Tabel 2 slut -->
</td></tr>
<tr><td>
<!-- Tabel 3 start -->
<table cellpadding="0" cellspacing="0" border="0"><tr><td class="bundmenu1"></td><td class="bundmenu2"><img src="billeder/nothinghere.gif" width="22" height="29" alt="" border="0"></td>
<td class="bundmenu3"><img src="billeder/bund_ikon1.gif" width="18" height="10" alt="" border="0"></td>
<td class="bundmenu3"> extranet</td>
<td class="bundmenu3"><img src="billeder/bundbar_spacer.gif" width="9" height="10" alt="" border="0"></td>
<td class="bundmenu3"><img src="billeder/bund_ikon2.gif" width="18" height="10" alt="" border="0"></td>
<td class="bundmenu3"> downloads</td>
<td class="bundmenu3"><img src="billeder/bundbar_spacer.gif" width="9" height="10" alt="" border="0"></td>
<td class="bundmenu3"><img src="billeder/bund_ikon3.gif" width="18" height="10" alt="" border="0"></td>
<td class="bundmenu3"> søg</td>
<td class="bundmenu3"><img src="billeder/bundbar_spacer.gif" width="9" height="10" alt="" border="0"></td>
<td class="bundmenu3"><img src="billeder/bund_ikon4.gif" width="18" height="10" alt="" border="0"></td>
<td class="bundmenu3"> udskriv</td>
</td><td class="bundmenu4" nowrap><img src="billeder/nothinghere.gif" width="22" height="29" alt="" border="0"></td><td class="bundmenu1" nowrap><img src="billeder/nothinghere.gif" width="15" height="5" alt="" border="0"></td></tr></table>
<!-- Tabel 3 slut -->
</td></tr>
</table>
</td><td class="hborder"> </td></tr>
</table>
</div>
</body>
</html>