February 2006
Intermediate to advanced
826 pages
63h 42m
English
height
Specifies the height of an element’s content area. Padding, borders, and margins are added to this value. Negative values are not permitted.
<length> | <percentage> | auto | inherit
auto
Block-level elements and replaced elements (such as images); it is ignored for inline text (nonreplaced) elements.
No.
Refer to the height of the generated box’s containing block. If
the height of the containing block is not specified explicitly, and
this element is not absolutely positioned, the value computes to
auto. A percentage height on the
root element is relative to the initial containing block.
As specified (unless the property doesn’t apply to the element,
then auto).