On my website I have a body div and three div's within it (childDiv1, childDiv2 & childDiv3). ChildDiv1 and 2 are floating left and ChildDiv3 is floating right (giving the 3 coloumn look).
Now what I need to achieve is to get the body div to expand to fit the size of ChildDiv2 as the content can vary (in terms of size). I have managed to get ChildDiv2 to expand using:
But the footer Div is placed ontop of the content as the body Div does not expand with the "overflow" of ChildDiv2.
Does anyone know how this can be resolved?
Cheers,
KrayzieKray 
Now what I need to achieve is to get the body div to expand to fit the size of ChildDiv2 as the content can vary (in terms of size). I have managed to get ChildDiv2 to expand using:
Code:
overflow:visible;
But the footer Div is placed ontop of the content as the body Div does not expand with the "overflow" of ChildDiv2.
Does anyone know how this can be resolved?
Cheers,

