On 19/11/05, Ann Adamcik <[EMAIL PROTECTED]> wrote:

> However, min- and max-height are not doing the same -
> it just fixes the height of the div at the min-height setting.

min- and max-height just set boundries for the regular height
property. The height is calculated and if it is less then the
min-height it is increased to the min-height, and if it is more than
the max-height, it is reduced to the max height.

So I think you want to specify height: 100% too (and ensure that the
100% doesn't collapse back to auto by setting a height on all the
ancestor elements too).

--
David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to