首页 > Web开发 > 详细

html中input type=file 改变样式

时间:2014-03-11 11:21:07      阅读:516      评论:0      收藏:0      [点我收藏+]
bubuko.com,布布扣
<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> 
bubuko.com,布布扣

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

html中input type=file 改变样式

原文:http://www.cnblogs.com/shenghaishiweini/p/3590004.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!