New in CSS3
This property controls the resizability of an element.
Values for "resize"
CSS Level | Value |
CSS 2.1 | (invalid) |
CSS3 | "none", "both", "horizontal", or "vertical" |
Notes
- In order to be resizable, an element's 'overflow' has to be set to something other than 'visible'.
Recommended Links
Search Engine Links (for more information)