
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Dimensions |
| Previous Style: max-width
| Next Style: min-width
|
min-height
Specifies the minimum height for a block element.
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
See Also:
-
height,
max-height
Possible Values:
- [length]
An absolute minimum height.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- [percentage]
The minimum height as a percentage of the current block height.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
Example:
<TABLE STYLE="min-height: 200px">
| Index
| Current Category: Dimensions |
| Previous Style: max-width
| Next Style: min-width
|
|