CSS Property:
resize:
both
horizontal
vertical
none
initial
Result:
Change the resize property and try resizing this DIV element.
Note:
Internet Explorer does not support the resize property.
CSS Code:
#myDIV {
resize:
both
;
overflow:auto;
}
Click the property values above to see the result
W3Schools.com
- Play it