|
Not sure whether you're wanting the menu to cut off at the lower limit of the #leftcolumn div, or if you want the content divs to extend to match the menu height.
If it's the first then you just need an overflow:hidden in #leftcolumn.
For the second, surely it should be a min-height you apply, not a max-height?
|