I\'m trying to turn off textarea resizing in my site; right now I\'m using this method:
.textarea { clear:left; min-width: 267px; max-width: 267px;
this will do your job
textarea{ resize:none; }