Friday, June 3, 2011

Firefox or Chrome textarea resize disable

Firefox and Chrome web browsers allow users to manually resize textarea input. If you would like to disable that option, then update your CSS stylesheet with the following command:

textarea { resize: none; }

That's all.

No comments:

Post a Comment