html - Fluid height dependent on content in Drupal theme -


how possible have fluid div change it's height according content in css alone, or have in php?

the reason why because making theme drupal , content change each page of theme.

for example, middle content div doesn't have set height, depending on article or page length specified in drupal end, content div change accordingly.

amar

if have fluid content div in non fluid div, must add clear both div after fluid div, non fluid div have same height inner fluid div

<div style="clear:both"></div> 

Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -