input file美化

<style>
a{display:inline-block; width:100px; height:40px; 
position:relative; overflow:hidden;}

input{position:absolute; right:0; top:0; font-size:100px; 
opacity:0; filter:alpha(opacity=0);}
</style>
    
<a href="#">
    <input type="file" />
</a>

 

posted @ 2014-12-28 19:41  talentzemin  阅读(172)  评论(0编辑  收藏  举报