I know it\'s possible to disable the resize of a textarea by using:
textarea
textarea { resize: none; }
But is it possible to disable e
resize: vertical;
or
resize: horizontal;
Quick fiddle: http://jsfiddle.net/LLrh7Lte/