views:

36

answers:

1

How can I put <input type="text"/> and <input type="button"/> in one line, like this... Example
...so that they fit inside their parent (<div> for example), textbox taking maximal possible width?

Of course, additional divs can be used. tables are also allowed :D

+2  A: 
kbrimington
Accepted and upvoted. Please remove <div> solutions because they don't work.
BlaXpirit
@BlaXpirit: Thanks for the feedback. We run IE at work, where it worked fine. Checked it against Firefox when I got home, and see that you are correct.
kbrimington