Version: Level 2
Compability: Currently not supported by any browser.
| Length | Abbrev. |
|---|---|
| centimeters | cm |
| ems | em |
| inches | in |
| millimeters | mm |
| picas | pc |
| pixels | px |
| points | pt |
The min-width property is used to set the minimum width of an element. Other properties can be used to set the height, width, maximum height, maximum width, and the minimum height. This property is not inherited.
If a specified value for max-width is less than a previously specified value for min-width for the same element, then max-width is set to the value of min-width. If the specified value for min-width is greater than the width value for the same element, then width is set to the value of min-width.
p {min-width: 94px;}
p {min-width: 150%;}