IE display varies from Firefox
Posted: Wed May 17, 2006 8:49 am
I have no idea why it doesnt work on Internet Explorer. Works intended on Firefox
Any help appreciated.
Any help appreciated.
Code: Select all
<!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>{TITLE}</title>
<style type="text/css">
td {
border: #000000 1px solid;
padding: 5px;
}
tr {
vertical-align: top;
}
</style>
</head>
<body>
<table width="80%" align="center">
<tr>
<td colspan="5" height="150px">
{HEADER}
</td>
</tr>
<tr>
<td colspan="5" height="40px">
{HOR_NAV}
</td>
</tr>
<tr>
<td colspan="5" height="20px">
</td>
</tr>
<tr>
<td rowspan="3" height="400px" width="15%">
{VER_NAV}
</td>
<td rowspan="4" height="600px" width="20px">
</td>
<td align="center" height="40px" width="70%">
{BODY_TITLE}
</td>
<td rowspan="4" height="600px" width="20px">
</td>
<td rowspan="2" height="200px" width="15%">
{LOGO}
</td>
</tr>
<tr>
<!-- SPANED VER_NAV -->
<!-- SPANED -->
<td rowspan="3" height="560px">
{BODY}
</td>
<!-- SPANED -->
<!-- SPANED LOGO -->
</tr>
<tr>
<!-- SPANED VER_NAV -->
<!-- SPANED -->
<!-- SPANED BODY -->
<!-- SPANED -->
<td rowspan="2" height="400px">
{FLASH}
</td>
</tr>
<tr>
<td height="200px">
{EXT_NAV}
</td>
<!-- SPANED -->
<!-- SPANED BODY -->
<!-- SPANED -->
<!-- SPANED FLASH -->
</tr>
<tr>
<td colspan="5" align="center">
{FOOTER}
</td>
</tr>
</table>
</body>
</html>