I'm using a Drupal layout that has three columns - a center column, and two sidebars that are floated. They're inside a container that has an inner background color that's different from the white background of the columns. When the center column has a lot of content, it extends down far beyond the sidebars, leaving a lot of gray space.
Is there any way to have all the columns extend down and equal/ level out to the height of the tallest column? I've tried using various max-height and min-height styles, but am getting nowhere.
I'm guessing the solution involves some scripting, and that's over my head