Forum Moderators: open
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Tembo Lodge</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="css/styles.css" type="text/css">
<script type="text/javascript" src="includesys.js"></script>
<script language="JavaScript" type="text/javascript" ><!--
function includem() {
clientSideInclude('nav','navbar.htm');
clientSideInclude('body','homebody.htm');
clientSideInclude('foot','footer.htm');
}
function main() {
clientSideInclude('body','homebody.htm');
}
function lodge() {
clientSideInclude('body','lodge.htm');
}
function activity() {
clientSideInclude('body','activity.htm');
}
function reservations() {
clientSideInclude('body','reserve.htm');
}
function directions() {
clientSideInclude('body','direction.htm');
}
function about() {
clientSideInclude('body','about.htm');
}
function jobs() {
clientSideInclude('body','jobs.htm');
}
function contact() {
clientSideInclude('body','contact.htm');
}//-->
</script><style type="text/css">
<!--
body {
background-color: #000033;
}-->
</style></head><center><body onload="includem();">
<table width="700" border="0" align="center" cellpadding="0" cellspacing="0"><!--DWLayoutTable-->
<tr>
<td width="700" height="100" valign="top" id="nav"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="700" height="350" valign="top" id="body"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="700" height="50" valign="top" id="foot"><!--DWLayoutEmptyCell--> </td>
</tr>
</table>
</body></center>
</html>
<Sorry, no personal domains.
See Forum Charter [webmasterworld.com]>
[edited by: tedster at 8:32 pm (utc) on Nov. 30, 2006]
Because of the ajax, it's hard to tell what's happenig when the cell content fills in. You may be running into a common issue with the way images are handled in standards mode compared to the way they were handled in quirks mode. IE7 finally gets it right, by the way.
Give the following thread a read - it's important stuff at any rate, and it may help resolve your problem:
[webmasterworld.com...]