CSS Property: box-sizing
[this page | pdf | back links]
The CSS (CSS3) box-sizing property indicates what the
sizing properties of a box (width and height) should be applied to, i.e. just
the content-box or some broader definition.
Valid property values
(other than inherit
and initial) are:
|
Default Value:
|
content-box
|
|
JavaScript syntax:
|
e.g. object.style.boxSizing="border-box"
|
|
Inherited:
|
No
|
|
Animatable:
|
No
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties