Is there an easy and elegant way to have an input remaining available space in a div with a button on the right without specifing any width on input neither button ?
<div>
<input type="text"/>
<button>button</button>
</div>
It seems easy but i can't find a way to do it ...
here the jsfiddle : http://jsfiddle.net/LLQQQ/