.fileInputContainer{
height:256px;
background:url(http://files.jb51.net/file_images/article/201212/2012122514125641.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;
}
<div class="fileInputContainer">
<input class="fileInput" type="file" name="" id="" />
</div>
DEMO:
如需转载,请注明文章出处和来源网址:http://www.divcss5.com/html/h50344.shtml