button style for user file input
Posted: Mon May 26, 2003 3:10 pm
This line displays an input box with the "browse" button beside it:
Which is well and good, but my site uses images for buttons, like:
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?
Code: Select all
<input name="imgfile" type="file">Code: Select all
<input type="image" src="images/send.gif" name="Send">and get the functionality of the "type=file" as the 1st example?