<input type="file" id="license" name="license" style="opacity: 0;">
opacity: 0是让input type=”file”全透明,这样用户看不到input type=”file”。层级在文本框和按钮之上。这样用户在点击按钮的时侯实际上点击的input type=”file”;
最近项目用到这这个,以前还真没用过!分享出来吧!或许有人用得上呢!
未经允许不得转载:李阳博客 » 透明隐藏input[file]类型按钮