Property Description
The resize property specifies whether or not an element is resizable by the user.
This property has the following syntax:
resize: none|both|horizontal|vertical|initial|inherit;
Property Values
Value | Description |
---|---|
none | (default) The user cannot resize the element |
both | The user can adjust both the height and the width of the element |
horizontal | The user can adjust the width of the element |
vertical | The user can adjust the height of the element |
initial | Specifies that the value of the property should be set to the default value |
inherit | Specifies that the value of the property should be inherited from the parent element |
Browser Support
Chrome | Firefox | IE | Safari | Opera |
---|---|---|---|---|
4.0 | 5.0 4.0 -moz- |
4.0 | 15.0 |
Miscellaneous Information
Inherited: | No |
---|---|
Defined In: | CSS3 |
Default Value: | none |