Well the problem code is just a generic 2 column plus header fluid layout. I have deleted the javascript which drives the AJAX as it is DD code anyway. Also scaled the menu down to one example link. In reality it has more.
HTML Code:
<!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>Welcome to the Conferencing HK Internal Site</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<style type="text/css" media="screen">
html, body {
margin:0;
padding:0;
border:0;
height:100%;
}
/* Link Formatting */
a:link {color: #666666; text-decoration: underline; }
a:active {color: #CC0000; text-decoration: underline; }
a:visited {color: #222222; text-decoration: underline; }
a:hover {color: #CC0000; text-decoration: none; }
/* Text Formatting*/
h2 { color: #CC0000; font-size: 13pt; font-weight: bold }
body { font-size: 9pt; font-family:Arial }
h1 { font-size: 14pt; text-decoration: underline; font-weight: bold }
a { font-size: 10pt; color: #666666; text-decoration: underline }
#header {
background: #000000;
}
#header2 {
background: #CC0000;
}
#wrapper {
background: #000000;
}
#main {
margin-left: 210px;
margin-top: 5px;
margin-right: 5px;
}
#left {
width: 150px;
float: left;
border: 1px solid #c0c0c0;
margin-top: 5px;
margin-left: 3px;
}
}
h1 {
margin-top: 0;
}
.last {
margin-bottom: 0;
}
.clearing {
height: 0;
clear: both;
}
</style>
</head>
<body>
<div id="wrapper"></div>
<div id="header"> <p> </p>
<p> </div>
<div id="header2"> </div>
<div id="content" style="width: 100%; height: 100%">
<div id="left" style="width: 200px; height: 476px">
<table border="0" width="200" align="center">
<tr>
<td width="80%" bgcolor="#E6E6E6" align="left"><b>
<p><font face="Arial" size="2">Main Menu</font></td>
<tr>
<td width="79%" align="left">
<b><a href="javascript:ajaxpage
('home.htm','main');">Home</a>
</b>
</td>
</tr>
</td>
</tr>
</table>
</div>
<div id="main">
</div>
</div>
</div>
</body>
</html>
Bookmarks