Forum Moderators: not2easy
I have four liquid width columns which are absolutely positioned, that make up the footer for a layout.
The columns themselves work perfectly as far as I can tell, and display and resize exactly as expected.
However, I want to enclose them inside a containing div, to allow the entire footer area to be styled by users and the CMS.
Since absolute positioning removes elements from the flow, the containing div doesn't expand in height with the columns.
I'm hoping someone can point me in the direction of a solution or work around to allow a div that contains absolutely positioned elements to expand to fit the positioned elements.
Cheers for your time.