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:
In IE 7 after the user types some text in textarea, the width of the textarea changes on its own:
and now again if the user types some text in the textbox, the textarea agian returns to its original width:
Has anyone faced any similar issues?

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