Maybe this will help!
http://www.garrod.co.uk/csstest/
You can see how the page is constructed. I have made the header etc and now
have Main div which I want to have flexible layouts. So for instance I
would like 2 cloums etc etc. The BG image is on the main Div.
Currently I have set the border of the second column to 220px so it clears
the menu. If anyone has any otehr ideas of how this might be done using
float I would love to hear them!
Thanks
Chris.
"Eric Bohlman" <> wrote in message
news:Xns949F443C69A4Debohlmanomsdevcom@130.133.1.4 ...
> "Chris" <> wrote in news:c1v640$5vj$:
>
> > I am trying to position a couple of absolutely positioned elements in
> > a container which is relatively positioned. The problem is that the
> > relative container they are located in does not 'stay open' and the
> > content within it cannot be seen. I wanted the page to be fluid so
> > that if content was added the container would auto resize and footer
> > would remail at the bottom.
>
> A URL would be helpful, but in its absence I'm going to guess that you're
> overlooking the fact that absolutely-positioned elements don't occupy any
> space in the layout flow of their containers; the container is laid out as
> if its absolutely-positioned children didn't even exist. Therefore, it
> won't "open up" to fit the children unless you explicitly call for extra
> space, usually by setting margins.
>
>