CSS HTML form "file" cutomize.
        Posted  
        
            by Jordan Pagaduan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jordan Pagaduan
        
        
        
        Published on 2010-06-11T08:42:15Z
        Indexed on 
            2010/06/11
            8:52 UTC
        
        
        Read the original article
        Hit count: 302
        
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?
© Stack Overflow or respective owner