min-height :
length |
percentage
Compatibility:
Currently not supported by any browser
Version: Level 2 Inherited: No
The min-height property is used to set the minimum height of an element.
Other properties can be used to set the height, width, maximum height, maximum width and the
minimum width.
If a specified value for max-height is less than a previously specified value for min-height
for the same element, then max-height is set to the value of min-height.
If the specified value for min-height is greater than the height value for the same
element, then height is set to the value of min-height.
length
The length value specifies the maximum height of the element and can be in any of the
following seven units.
Use the abbreviation.
| Length |
Abbrev. |
| centimeters |
cm |
| ems |
em |
| inches |
in |
| millimeters |
mm |
| picas |
pc |
| pixels |
px |
| points |
pt |
percentage
The percentage value specifies the height of the element as a percentage of the height of the
containing block (i.e., the block that contains the element).
It is a positive integer number.
The percent sign is mandatory.
Code:
p {min-height: 175px;}
p {min-height: 200%;}
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information
|