Browsers allow text-areas to be re-sized by dragging their corner by default. I was wondering if this rule could be applied to other elements (a div for instance). I know th
Use the css3 resize property.
div { resize: both; }
There is also a resize: horizontal and resize: vertical.
resize: horizontal
resize: vertical
Not currently cross browser http://caniuse.com/#feat=css-resize