Dec 11, 2004 #1 axman505 Technical User Joined Jun 20, 2001 Messages 489 Location US When doing a input type of file, is it possible to use a custom image instead of the default browse button?
When doing a input type of file, is it possible to use a custom image instead of the default browse button?
Dec 11, 2004 #2 Vragabond Programmer Joined Jul 23, 2003 Messages 5,100 Location AT If you're dedicated to do it, you could try technique described here: http://www.quirksmode.org/dom/inputfile.html. Other than that, there is no easy option to do it. Upvote 0 Downvote
If you're dedicated to do it, you could try technique described here: http://www.quirksmode.org/dom/inputfile.html. Other than that, there is no easy option to do it.