Tuesday 16 October 2012

Stop or disable resizing textarea FireFox

FireFox has a feature which allows to resize multi-line textboxes (textareas). This is done by clicking and dragging at the bottom right corner of the textarea. It is a nice feature but in some cases we may have to restrict or stop the user from doing it. If so it can be achieved using below CSS.

textarea {resize:none}

No comments:

Post a Comment