The cover of The Complete Idiot's Guide to Create a Web Page 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 StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

See Also:

height, max-height

Possible Values:

[length]
An absolute minimum height.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

[percentage]
The minimum height as a percentage of the current block height.

Support:

W3C StandardInternet ExplorerNetscape 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 |