CSS Property: min-width
[this page | pdf | back links]
The CSS (CSS2) min-width property sets the minimum width
an element can become. It overrides the width property and
the max-width
property.
Valid property values
(other than inherit
and initial) are:
|
Value
|
Description
|
|
length
|
A CSS length
|
|
%
|
Defined as a percentage
of that of the containing block
|
|
none
|
(default value). No
limit
|
|
Default Value:
|
none
|
|
JavaScript syntax:
|
e.g. object.style.minWidth="150px"
|
|
Inherited:
|
No
|
|
Animatable:
|
Yes
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties