nu skal det jo bruges i en table.. :)
dit eksempel virker, men ikke når det smides i en table hvor det skal bruges
<!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">
</head>
<style>
* {
font-family:tahoma;
font-size:11px;
color:#333333;
}
html {
height:100%;
}
body {
background:#fafbfc;
margin:0px;
height:100%;
overflow-y:scroll;
}
table {
border-collapse:collapse;
border:0px;
}
td {
padding:0px;
vertical-align:top;
}
.cell {
padding:2px 6px 3px 6px;
}
.cell2 {
padding:5px 10px 5px 10px;
}
</style>
<body>
<table style="width:100%; height:100%">
<tr>
<td id="td_folders" style="width:200px; padding:20px">
</td>
<td class="cell2">
<table style="width:100%; height:100%">
<tr>
<td id="td_headers" style="height:300px">
</td>
</tr>
<tr>
<td style="height:10px; background:#ff0000"></td>
</tr>
<tr>
<td>
<div style="overflow:auto; height:100%">
asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>
asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>
asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>
asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>
asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>asdf<br>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>