You can use the CSS3 resize property to remove or turn-off the default horizontal and vertical resizable property of the HTML <textarea> element. This property will also hide the resizing handle at the bottom-right corner of the textarea. Let's check out an example:
Use the CSS3
resizepropertyYou can use the CSS3
need an explanation for this answer? contact us directly to get an explanation for this answerresizeproperty to remove or turn-off the default horizontal and vertical resizable property of the HTML<textarea>element. This property will also hide the resizing handle at the bottom-right corner of the textarea. Let's check out an example: