xpblueScreenOfDeath
Programmer
- Sep 1, 2004
- 87
Is there a way to shrink the textbox for input type=file, so that it is almost completely hidden or hidden? I only want the browse button to be showing. I'll be using javascript to add the file name to a listbox, but I don't need the textbox to be showing.
I tried the code below but it only seem to work in IE and not firefox.
I tried the code below but it only seem to work in IE and not firefox.
Code:
<INPUT type=file style="Width: 0px">