Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

krayziekray

macrumors 6502
Original poster
Sep 24, 2008
333
0
127.0.0.1
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:

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,
:apple: KrayzieKray :apple:
 
Well, finally got it working. Here's the link on how I managed to get it to work (for anyone who is having the same problem I was having).

Thanks anyway for your help :)

:apple: KrayzieKray :apple:
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.