Click to See Complete Forum and Search --> : Browse type button
gigglesnorter
05-10-2005, 05:15 AM
I know about the input type "file", but what I am looking for is just the button. I need a "browse" button that a user can select a file from thier computer but without the text box or the text box hidden. Is this possible?
Thanks,
Chris
SpectreReturns
05-10-2005, 10:11 PM
Nope.
shimon
05-11-2005, 06:39 AM
I've once faked it using a CSS style="width: ...px;" attribute, but I'm pretty sure it will give unpredictable results across browsers. (I'm using Opera on Linux, so I've no idea how it works out in IE, for example ;)).
scragar
05-11-2005, 06:45 AM
how about:
style="display: none;"
or
style="visibility: hidden;"
and if your realy despirate for it to work:
style="display: none; visibility: hidden;"