CSS Property: resize
[this page | pdf | back links]
The CSS (CSS3) resize property indicates whether an
element can be resized by the user. Some major browsers do not support this
property.
Valid property values
(other than inherit
and initial) are:
|
Value
|
Description
|
|
both
|
User can resize height
and width of element
|
|
horizontal
|
User can resize width
of element
|
|
none
|
(default value). User
cannot resize element
|
|
vertical
|
User can resize height
of element
|
|
Default Value:
|
none
|
|
JavaScript syntax:
|
e.g. object.style.resize="horizontal"
|
|
Inherited:
|
No
|
|
Animatable:
|
No
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties