Resize the TEXTAREA property with CSS3.

Applies to Safari and Chrome, hopefully IE too one day ;-)
CSS

resize:both;

resize:horizontal;

resize:vertical;

resize:none;

<textarea cols="30" rows="10" style="resize: both;">www.AB-D.fr presents the new TEXTAREA</textarea>

<textarea cols="30" rows="10" style="resize: horizontal;">www.AB-D.fr presents the new TEXTAREA</textarea>

<textarea cols="30" rows="10" style="resize: vertical;">www.AB-D.fr presents the new TEXTAREA</textarea>

<textarea cols="30" rows="10" style="resize: none;">www.AB-D.fr presents the new TEXTAREA</textarea>

Posted by fbrefere001 on Tuesday January 25, 2011