Hello,
I don't want a horizontal scrollbar from showing using the following code:
<input type="file" name="theFile" />
it works fine in most browsers, but when i use it in IE, a scrollbar shows when the filename i select is longer than the textbox.
is there anyway to prevent the scrollbar?
Thanks so much
I don't want a horizontal scrollbar from showing using the following code:
<input type="file" name="theFile" />
it works fine in most browsers, but when i use it in IE, a scrollbar shows when the filename i select is longer than the textbox.
is there anyway to prevent the scrollbar?
Thanks so much
Comment