Hi, I have some simple HTML like this:
<div id="container" style="width:10 0%;">
<input type="text" <input type="button" style="float:ri ght;"
value="Click here...">
</div>
I want the button to remain the normal size and be right-aligned, and
the edit box to automatically take up the remaining width of the
container.
I suspect I'm missing something obvious, but how can I do this with
CSS?
Thanks in advance.
<div id="container" style="width:10 0%;">
<input type="text" <input type="button" style="float:ri ght;"
value="Click here...">
</div>
I want the button to remain the normal size and be right-aligned, and
the edit box to automatically take up the remaining width of the
container.
I suspect I'm missing something obvious, but how can I do this with
CSS?
Thanks in advance.
Comment