How can I put <input type="text"/>
and <input type="button"/>
in one line, like this...
...so that they fit inside their parent (<div>
for example), textbox taking maximal possible width?
Of course, additional div
s can be used. table
s are also allowed :D