views:

41

answers:

2

Hi,
what is the best, clean and simplest way to style a <input type="file" tag?

Thanks in advance!
Peter

A: 
  1. Make the input type="file" transparent.

  2. Put a layer behind that which will be your visual for the file upload.

  3. Style the new layer

rahul
+4  A: 

first hit on google seems to be very good:

http://www.quirksmode.org/dom/inputfile.html

oezi