Hi, what is the best, clean and simplest way to style a <input type="file" tag?
<input type="file"
Thanks in advance! Peter
Make the input type="file" transparent.
Put a layer behind that which will be your visual for the file upload.
Style the new layer
first hit on google seems to be very good:
http://www.quirksmode.org/dom/inputfile.html