markknowsley
Programmer
I want to design a web form using CSS, with the layout as follows:
-- HEADER --
COL1 -- COL2
-- FOOTER --
However, I want the footer DIV to be positioned according to the height of both column DIVs - I'm going to add a number of controls to each column and I always want the footer to appear under the columns, and not overlap no matter what the size of the columns.
Can anyone suggest how I can do this, and / or post some code?
-- HEADER --
COL1 -- COL2
-- FOOTER --
However, I want the footer DIV to be positioned according to the height of both column DIVs - I'm going to add a number of controls to each column and I always want the footer to appear under the columns, and not overlap no matter what the size of the columns.
Can anyone suggest how I can do this, and / or post some code?