Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Modifying file type input with css and make it more attractive Reply To: Modifying file type input with css and make it more attractive

#148647
Paulie_D
Member

Do you mean styling it?

You can select it with input[type="file"].

Grabbing the button though is much difficult if not impossible as browsers don’t want you to mess with it.

What specifically are you trying to do?

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

http://www.appelsiini.net/projects/filestyle