How is it possible to have a fluid div change it's height according to the content in css alone, or do I have to do it in PHP?
The reason why is because I am making a theme for Drupal and the content will change for each page of the theme.
For example, the middle content div doesn't have a set height, but depending on the article or page length specified in the Drupal back end, the content div will change accordingly.
Amar