Min/max-height erratum

<blockquote>
'min-height'
Value:  
<length> | <percentage> | inherit
...
'max-height'
Value:  
<length> | <percentage> | none | inherit
...
<percentage>
Specifies a percentage for determining the computed value. The percentage
is calculated with respect to the height of the generated box's containing
block. If the height of the containing block is not specified explicitly
(i.e., it depends on content height), the percentage value is interpreted
like 'auto'.
</blockquote>

Auto? - I think that actually means '0 on min-height, and none on
max-height'.



=====
----------------------------------------------------------
From Matthew Brealey (http://members.tripod.co.uk/lawnet (for law)or http://members.tripod.co.uk/lawnet/WEBFRAME.HTM (for CSS))
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

Received on Wednesday, 16 February 2000 06:44:46 UTC