tags:

views:

215

answers:

1

I have a situation, where I have a text input box in IE(input type='text') But the horizontal scroll bar of IE will be shown when it has lots of texts , and the box is not fixed-size. What I would like to have is: 1. The input box should accommodate the whole text(not fixed -size).

  1. the horizontal scroll bar of IE will not be shown.
A: 

the box would have to change it's size when more text is entered, right? take a look at that

http://markos.gaivo.net/examples/growtextarea/index.html

dube