Chris John Jordan <chrisjj (AT) despammed (DOT) com> wrote in
news:03oomv0scerslfg6t51imk15ogqvur8f4s (AT) 4ax (DOT) com:
Quote:
How can one get a text control's size to fill the available space e.g.
the width of the cell? I find not
input type=text size=100%
. Thanks. |
<input type="text" style="width:100%" >
-- however --
IE has a bug whereby it will expand the width of the textbox to its content
regardless of the width of the container surrounding the textbox when it
first renders it. I do not know of any good workaround for this other than
scripting.