Definition The min-height property sets the minimum height of an element. Inherited: No JavaScript Syntax CSS properties can also be dy...
Definition
The min-height property sets the minimum height of an element.Inherited: No
JavaScript Syntax
CSS properties can also be dynamically changed with a JavaScript.Scripting Syntax: object.style.minHeight="200px"
Example
p { min-height: 10px } |
Possible Values
Value | Description |
---|---|
length | Defines a minimum height for the element.Default value: 0 |
% | Defines the minimum height for the element in % of the containing block |
Goto CSS3 and CSS2 complete reference