Open main menu

CDOT Wiki β

Changes

CSS GUIDE HEIGHT

220 bytes removed, 16:39, 13 December 2006
Legal Values
<span style="margin:0;background:#ffff33;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;">This document is a work in progress and is subject to change.</span><br /><br />
== Summary ==
'''inherit'''
* Explicitly sets the value of this property to that of the parent.
'''auto'''
* The height is determinant on the values of other properties.
'''length'''
* Refers to an absolute measurement for the computed element box height. Negative values are not allowed.
'''percentage'''
* Refers to a percentage of the height of the containing element block. If a height is not explicitly given for the containing block, it should be treated like 'auto'.
== Mozilla Recommended Values ==
1
edit