Is it possible to lock the width of a textbox so that the users can’t increase the width of it? (right now they can increase it, but not decrease it, because of the style="width: 717px;").
Something like:
<form>
<textarea maxwidth="717" />
</form>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are looking for the
resizecss rule:You can also set it to
verticalorhorizontalresize only.