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
August 31, 2013 at 5:26 am
#148647
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?