vote up 0 vote down star

I have a page in which there are a few textarea and <input type="text"> html controls. These elements are placed in a div tag:

alt text

In IE 7 after the user types some text in textarea, the width of the textarea changes on its own: alt text

and now again if the user types some text in the textbox, the textarea agian returns to its original width: alt text

Has anyone faced any similar issues?

flag

57% accept rate
Do you have some code we could look at? I'm not sure we can solve this without some HTML/JS/CSS – scunliffe May 5 at 10:46

1 Answer

vote up 1 vote down

Set a width in px, for the textfields. Should resolve the expanding behaviour.

link|flag
This does, indeed, work. – dalbaeb Jul 17 at 18:33

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.