ffej2ffej 1 Posted April 17, 2012 Report Share Posted April 17, 2012 I am writing a page that includes a textarea. The textarea works fine and it does everything I want all the time except one little thing.When the textarea is resized, the page goes nuts. Everything gets moved to places different than I wanted and even resizing the textarea back to its original size does not restore order.I think the best way to prevent all this madness is to prevent the textarea from being resized in the first place. I have not, however, found any way to accomplish this.My question is simply this. Is there an attribute or some other way to state in simple HTML to tell the page to NOT provide the resizing tool at the bottom right of a textarea? I sure hope there is!Thank you, learned people of the web. 1 Quote Link to post Share on other sites
dsonesuk 925 Posted April 17, 2012 Report Share Posted April 17, 2012 there is a resize: none; but i not sure if its fully supported by all browsers. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.