Is it possible to add a horizontal scrollbar to a text box that works in all browsers? Currently if the text value is bigger than the size of the text box you have to highlight the text and move cursor to the right to see the rest of the text. I'd like user to have a scrollbar to use instead.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You may want to see this question http://stackoverflow.com/questions/424192/html-textarea-horizontal-scroll |
|||
|
|
If the user’s going to be entering a lot of text, maybe use a |
|||
|
|