I've been struggling to achieve the following layout for some time now
and I'm not getting anywhere. I've tried several approaches including
floats & absolute positioning and none seem to work, primarily due to
the footer not being aware of the columns due to me floating /
positioning them.
I have the following (very simple) markup:
<div id="head">...</div>
<div id="left">...</div>
<div id="center">... </div>
<div id="right">... </div>
<div id="footer">... </div>
The left and right columns are fixed width (px) and the center column
needs to take up whatever width is left over. All three columns need to
be the same height. The footer needs to run across the whole width of
the page underneath the 3 columns.
Can anyone suggest a layout stylesheet that will accomplish this as I'm
out of ideas :(
Many thanks
and I'm not getting anywhere. I've tried several approaches including
floats & absolute positioning and none seem to work, primarily due to
the footer not being aware of the columns due to me floating /
positioning them.
I have the following (very simple) markup:
<div id="head">...</div>
<div id="left">...</div>
<div id="center">... </div>
<div id="right">... </div>
<div id="footer">... </div>
The left and right columns are fixed width (px) and the center column
needs to take up whatever width is left over. All three columns need to
be the same height. The footer needs to run across the whole width of
the page underneath the 3 columns.
Can anyone suggest a layout stylesheet that will accomplish this as I'm
out of ideas :(
Many thanks
Comment