Flexi CSS Layouts for Dreamweaver Forum


box Flexi CSS Layouts for Dreamweaver
Flexi CSS Layouts is a Dreamweaver Extension that helps you create browser compliant table-less web pages with ease. Unlike other products that are limited to templated CSS layouts with 1, 2 or 3 columns, with Flexi CSS Layouts for Dreamweaver you can build your own custom layout structure without coding.

Find out more about Flexi CSS Layouts for Dreamweaver

Thread: Minimum Height

title left
User Details
message
title right
Arlene Walker

post date:
2011-11-20 14:52:27
Is it necessary to set a minimum height?
Elena Tepardea [Extend Studio]

post date:
2011-11-21 06:49:41
Hello,

When you have liquid layoutss it is required to use minimum height. It defines the minimum height in percent of the containing block.
The 'min-height' parameter is usually used to ensure that an element has at least a minimum height even if no content is present

So, an element to which min-height is applied will never be smaller than the minimum height specified, but will be allowed to grow normally if the content exceeds the minimum height set.

Regards,
Elena Tepardea