CSS HTML form "file" cutomize.
- by Jordan Pagaduan
Can someone teach me or give me a link for my problem?
I wanted to cutomize my form "file" -- for uploading.
How can I customize it?
.classfile {
css codes....
}
<input type="file" name="name" class="classfile" /
If I do that way the text box and button of form will be affected. What is the other way to customize that?