|
Trying placing: <div style="clear:both"></div> in the container which holds both your content and sidebar.
So that the code looks something like this (not from your site):
<div id="container"
<div id="content"></div>
<div id="sidebar"></div>
<div style="clear:both"></div>
</div>
Last edited by Valiant; 09-04-2008 at 04:27 PM..
|