Anyone at all?
The basic code I’ve got is
<div id="page">
<div id="header"></div>
<div id="mainpage">
<div id="content" class="narrowcolumn"></div>
<div id="sidebar"></div>
</div>
<div id="footer"></div>
</div>
I’ve got .narrowcolumn floated left and footer set to clear:both and it works fine in Firefox, but in IE7 the sidebar starts at the bottom of the main content. IE6 is a total disaster, but I’m not really concerned about that.