<input type="file"> - custom styles/css

css, file-io, html

Solution

Quirksmode.org has an interesting article about it: http://www.quirksmode.org/dom/inputfile.html

Problem

Is there a way to make `<input type="file">` look the same in all browsers using some CSS ?

Original source

Related problems