HTML and CSS Reference
In-Depth Information
Name
min-width
Values:
<length> | <percentage>
Initial value:
0
Applies to:
All elements except inline nonreplaced elements and table elements
Inherited:
No
Percentages:
Refer to the width of the containing block
Computed value:
For percentages, as declared; for length values, the absolute length; otherwise, none
Description:
Defines a minimum constraint on the width of the element (the exact nature of that width is
dependent on the value of box-sizing ). Thus, the element can be wider than the declared
value, but not narrower. Negative values are not permitted.
Example:
div.aside {float: right; width: 13em; max-width: 33%;}
Search WWH ::




Custom Search