Extensible HyperText Markup Language

XHTML.com recommends: PSD to HTML Slicing Service and PSD to HTML by W3 Markup. see your link here

min-height

Definition

The min-height property specifies the minimum height of the element.

Example

  1. div {min-height: 200px}

Characteristics

Possible values

length
Specific height.
percentage
Percentage of the parent element's height.
inherit
Use the same computed value as the parent element for this property.

Default value

0

Applies to

All elements except img, colgroup and col.

Inherited

No

See also