现在的位置: 首页 > 综合 > 正文

图片点击上传文件

2018年08月18日 ⁄ 综合 ⁄ 共 391字 ⁄ 字号 评论关闭
<style>  
 .fileInputContainer{  
        height:256px;  
        background:url(upfile.png);  
        position:relative;  
        width: 256px;  
    }  
    .fileInput{  
        height:256px;  
        overflow: hidden;  
        font-size: 300px;  
        position:absolute;  
        right:0;  
        top:0;  
        opacity: 0;  
        filter:alpha(opacity=0);  
        cursor:pointer;  
    }  
</style>  
  
<div class="fileInputContainer">  
    <input class="fileInput" type="file" name="" id="" />  
</div>  

转载于:http://blog.csdn.net/lianqiangjava/article/details/9377553

抱歉!评论已关闭.