Thanks for the response. I know the table causes problem. Unfortunately, I can't redesign the page, so I need a solution with the table.
Main Topics
Browse All TopicsHow can I make Internet Explorer (all other browsers fine) resize the input control as the browser's window width changes by the user?
It stuck with the minimum width which is the width of the inner text. Using the code example below in Mozilla the input text box resizes perfectly with the resizing of the browser window but with IE, the input text box resizes until it reaches the size of the text it contains and then it will shrink no further.
In other words, how can I get IE to behave like Mozilla, with respect to resizing the input text box in conjunction with resizing the browser window?
(I can not get rid of the table in my HTML.)
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
No, of course that's not I want.
I want an single line input control, not multi line text area.
I want a proportionally sized input control be resized as much as the browser's window.
I want the IE behave exactly as Mozilla and all other browsers do.
(Open my original snippet in any browser except IE (Firefox, Chrome, Safari, Opera), squeeze the browser window and look on the input control. It becomes smaller. In the IE it never becomes smaller than the text in it.)
Business Accounts
Answer for Membership
by: BurtAndersonPosted on 2009-11-03 at 15:50:38ID: 25735182
The problem is in the table. It will expand to encompass anything inside it, even if that takes it over 100% width - delete the table and it works.
I'm still trying to figure out how to do it WITH the table - so far, it's not working. I'm about to head home for the day, but if I come up with anything on how to do it with the table intact, I'll post back.