html自定义input type='file'式样

html自定义input typefile样式方法1:a hrefjavascript:file.click() stylebackground:url(https:/

html自定义input type='file'样式
方法1:

<a href="javascript:file.click();" style="background:url(https://passport.csdn.net/images/btnsel.gif) no-repeat;width:120px;height:42px;display:block;"><input type="file" id="file" style="display:none;"/></a>


示例:

http://www.zhjie.net/html-input-type-file-custom-button-styles.htm