How to place the ‘content’ in the following code so that it doesn’t overlaps the text-box on the right using the Bauhaus fluid framework since on zooming in, the ‘content’ overlaps the sidebar content!!
<div class="container_16">
<div class="grid_16">
<div class="grid_10" style="float:left;">
<p>Content....</p>
</div>
<div class="grid_6" style="float:right">
<p>Sidebar content</p>
</div>
</div>
</div>
you can also use min-width attribute to set minimum width for the container div like below