Styling an input type=“file” button

后端 未结 30 2078
终归单人心
终归单人心 2020-11-21 11:50

How do you style an input type=\"file\" button?

30条回答
  •  春和景丽
    2020-11-21 12:01

    VISIBILITY:hidden TRICK

    I usually go for the visibility:hidden trick

    this is my styled button

    Upload

    this is the input type=file button. Note the visibility:hidden rule

    
    

    this is the JavaScript bit to glue them together. It works

    
    

提交回复
热议问题