I'm using the three column layout from
Glish to produce a three column layout with fixed outer columns and a fluid centre column.
However, because this technique uses absolute positioning to position the outer columns, things get pair shaped when one or both of the outer columns are longer than the centre column, because the footer rests below the height of the centre column as opposed to below the height of the larger columns (hence the footer is half way up the page).
Obviously, clearfix doesn't work because of the absolute positioning which is involved in this method from Glish.
I've always used the Glish method when using a fluid centre column. I guess I'm looking for a modification to this method to allow the footer to sit under the longest column (whether it is left, centre, or right) or if there is a totally different method for a fluid centre column, I would appreciate a link or advice on how to do it.
I have, in the past, defined a specific height for the centre column on each individual page to make it longer than the outer columns which in turn pushes the footer down, but the site I'm working on right now is going to be updated by the client via a CMS, so a fixed height which is hard-coded in to each page isn't going to work.
Thanks in advance!