So if you want your textarea to be fixed, no rezise just use this in your css style:
.your_div textarea {
resize: none;
}
There you go :)
Regards
How to write code in C#, Asp.Net, Php, Javascript, C. On this blog you will find example codes that will help you to understand concepts of programming.
.your_div textarea {
resize: none;
}