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
Post a Comment