I have a textarea on my web page. It displays differently in different browsers. I’m not too concerned about what it looks like in various browsers. In some browsers like Firefox there is a draggable corner that I don’t want there, is there a way of “switching” this off? I set the size of the textarea using the cols and rows properties.
The doctype that I am using is strict.
Try adding
textarea {resize:none}css style. You can also usehorizontal,verticalorbothas values.