html中input type=file 改变样式

html中input type=file 改变样式
<style>  
#uploadImg{ font-size:12px; overflow:hidden; position:absolute}  
#file{ position:absolute; z-index:100; margin-left:-180px; font-size:60px;opacity:0;filter:alpha(opacity=0); margin-top:-5px;}  
</style>  
  
<span id="uploadImg">  
<input type="file" id="file" size="1" >  
<a href="#">上传图片</a> </span> 
html中input type=file 改变样式

html中input type=file 改变样式,布布扣,bubuko.com

html中input type=file 改变样式

上一篇:jquery中的andself()


下一篇:经典算法:快排的Javascript版本