Forum Moderators: not2easy
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html>
<head>
<style type="text/css">
html, body, form { padding:0; margin:0; border:none; height:100%; min-height:100%; }
body { background-color:#dcdcdc; }
#topsection { background-color:#000; color:#fff; }
#widthwrapper { width:100%; background-color:#dcdcdc; }
#leftsection { width:151px; float:left; margin-right:-100%; }
#contentwrapper { float:left; width:100%; }
#contentsection { padding:0; margin:0 0 0 151px; overflow:hidden; height:100%; min-height:100%; background-color:#fff; }
#contentfloater { width:600px; margin:0 auto; padding:10px 15px;background-color:#999; }
</style>
</head>
<body>
<form>
<div id="topsection">
Top Navigation
</div>
<div id="widthwrapper">
<div id="leftsection">
Left Menu<br/>
<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
Long, Long Menu<br/>
<a href="#">This link doesn't work in Firefox</a>
</div>
<div id="contentwrapper">
<div id="contentsection">
<div id="contentfloater">
<div id="contentcontainer">
This is the main content of the page...
</div>
<div id="historycontainer">
More page content...
</div>
<div id="bottomsection">
Bottom Navigation
</div>
</div>
</div>
</div>
</div>
</form>
</body>
</html>
html, body, form { padding:0; margin:0; border:none; height:100%; min-height:100%; }
body { background-color:#dcdcdc; }
#topsection { background-color:#000; color:#fff; }
#widthwrapper { clear:both; position:relative; }
#leftsection { position:absolute; width:151px; left:0; background-color:#dcdcdc; }
#contentwrapper { margin:0 0 0 151px; }
#contentsection { padding:0; margin:0; background-color:#fff; min-height:1200px; /* slightly larger than main menu */ overflow:visible; }
#contentfloater { width:600px; margin:0 auto; padding:10px 15px; background-color:#fff; }