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;
//CSS: .textarea { resize: none; min-width: //-> Integer number of pixels min-height: //-> Integer number of pixels max-width: //-> min-width max-height: //-> min-height }
above code works on most browsers
//HTML:
do both for it to work on the maximum number of browsers