Hi,
I have a webpage with the following div's.
<div id="main">
<div id=left></div>
<div id=right></div>
</div>
As the body of the page is background color blue and assume div left and div right are white. when the content of say right div reaches the height of div main, div main does not expand so it looks odd.
How do I get div main expand when div right expands past it?
Hope this is not confusing.
Malcolm