hi there, my simple textarea doesn't show horizontal bar when text overflow, it wrap text for a new line, so how remove wordwrap and display horizontal bar when text overflow ?
god bless!
|
1
|
|||||
|
|
|
Textareas shouldn't wrap by default, but you can set wrap="off" to explicitly disable wrap:
EDIT: The "wrap" attribute is not officially supported. I got it from the german SELFHTML page (an english source is here) that says IE 4.0 and Netscape 2.0 support it. I also tested it in FF 3.0.7 where it works as supposed. EDIT2: If you want to be sure every browser supports it, you can use CSS to change wrap behaviour:
From here (seems to be an excellent page with information about textarea). |
||||||||
|
|
|
The following CSS based solution works for me:
|
||
|
|