The demo page: CLICK HERE
I have made a picture to show:
As clearly seen in the picture, there is a gap from the div left_bg
and the div middle_bg
. The left_bg
has no content, and its width should be fluid and fit inside it's div container top-container
. Just to help demonstrate the gap I have it set left_bg
to width:500px
. However, Please note that the width should be fluid. The div middle_bg
will also be fluid, as it will allow for different text longer or shorter.
How can I get rid of this gap and allow left_bg
to fit?
Update
I am thinking that perhaps using CSS like a table would accomplish what I am after. I tried tweaking and messing around but I could not quite get it to work. I have set 100 rep bounty
to assist me with this problem.