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: min-height | Next Style: orphans |


min-width

Specifies the minimum width for a block element.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

See Also:

max-width, width

Possible Values:

[length]
An absolute minimum width.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

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

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

Example:
<TABLE STYLE="min-width: 400px">

| Index | Current Category: Dimensions |
| Previous Style: min-height | Next Style: orphans |