Hi,
I'm trying to create a two column layout with a footer. Till now the result is headache ;-) Actually I'm not very experienced with css. I prefer to implement the business logic.
In the actual layout I have a problem that the right column will be placed under the left column after the left column is finished. I'm dealing with this topic now for days and it seems like I need the help from some really experienced css experts. For them this task is probably a work of minutes.
I uploaded a simplied version of the page and you see, the grey column on the left does not grow bigger when the filters in the right column are opened. As a result the table of the right column is placed below the left column. I tried to fix it with relative or absolute positioning of the left or right column. But then the foote does not move down when the size of the right column grows and consequently they overlap.
Hope to find some help here. Thank in advance.
Here you can find the page: link
The columns are defined in the structure.css . The things to look at are
_#container .c_left
_#container .c_right
#container .c_footer
Edit: The problem occurs in each browser. Thus no IE6 problem. Definitely a design bug.