The following code works in IE & resizes the file input element to be the width of the table cell containing it, can anyone tell me how I can modify this to work within netscape/mozilla please?
Code:
<TD Width="100%">
    <input type="file" id="test1" style="width:100%">
</TD>