HTML and CSS Reference
In-Depth Information
Name
resize
Values:
none | both | horizontal | vertical
Initial value:
none
Applies to:
Elements whose overflow value is not visible
Inherited:
No
Computed value:
Same as declared value
Description:
Defines how (or whether) an element can be resized by the user. The actual appearance and
operation of any resize mechanism is left to the user agent and is likely dependent on the writ-
ing direction.
Examples:
textarea {resize: vertical;}
iframe {resize: both;}
Search WWH ::




Custom Search