Page 1 of 1

button style for user file input

Posted: Mon May 26, 2003 3:10 pm
by Bill H
This line displays an input box with the "browse" button beside it:

Code: Select all

<input name="imgfile" type="file">
Which is well and good, but my site uses images for buttons, like:

Code: Select all

<input type="image" src="images/send.gif" name="Send">
Is there any fairly simple way to use an image for the "browse" button
and get the functionality of the "type=file" as the 1st example?

Posted: Mon May 26, 2003 4:38 pm
by volka