标签:ges height font order css title block pac size
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
.file {
position: relative;
display: inline-block;
width: 100px;
height: 50px;
border:1px solid #000;
background: url("images/product_01.jpg");
background-size: 100% 100%;
}
.file input {
position: absolute;
font-size: 100px;
right: 0;
top: 0;
opacity: 0;
bottom: 0;
}
</style>
</head>
<body>
<a href="javascript:;" class="file">
<input type="file" name="" id="">
</a>
</body>
</html>
标签:ges height font order css title block pac size
原文地址:http://www.cnblogs.com/wshijie/p/7610746.html