I would like to implement a layout which consists of 3 cells;
A fixed header (position: fixed;),
B left menu,
C main container.
A and B with a fixed height.
C filling up the remaining space (just the remaining height). Using CSS, how can I achieve this result?
The problem does occurs only when the C section height is less then the body/window height.
To the following link you can get an example how to achieve this result. But it works only if you have one column.
