100% højde på siden
Hvordan får jeg 100% højde på siden så det virker i både IE og firefox, samtidig med at det kun er felterne med 1 og 2 samt a, b og c der udvider sin højde??? På forhånd tak.<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
margin-top: 0px;
}
-->
</style></head>
<body>
<div align="center">
<table width="918" height="100%" border="1">
<tr>
<td width="18" height="100%" rowspan="5">1</td>
<td width="882" height="236" colspan="3"></td>
<td width="18" height="100%" rowspan="5">2</td>
</tr>
<tr>
<td width="882" height="40" colspan="3"></td>
</tr>
<tr>
<td width="185" height="100%">a<td>
<td width="1" height="100%">b</td>
<td width="696" height="100%">c</td>
</tr>
<tr>
<td width="882" height="25" colspan="3"></td>
</tr>
<tr>
<td width="882" height="40" colspan="3"></td>
</tr>
</table>
</div>
</body>
</html>
