I have an input <textarea> where the user can enter a blurb and submit. I am trying to disable any horizontal scroll. it works in IE with style="overflow:hidden"
But in Mozilla, the text will not wrap, and as soon as the input exceeds the width of the textarea, the scrollbar appears.
Is there any way, in either css or html to correct this with mozilla?
Gary
But in Mozilla, the text will not wrap, and as soon as the input exceeds the width of the textarea, the scrollbar appears.
Is there any way, in either css or html to correct this with mozilla?
Gary