我想用图像图标替换我的文件字段。因为文件字段看起来并不酷。
看看这个相机图标。当有人单击此图标时,浏览窗口打开:
这是 JsFiddle 演示:http: //jsfiddle.net/8aJb4/2/
这是我的代码:
HTML:
<div class="container">
<input type="file" name="image_src" id="image_src" >
</div>
CSS:
.container{
width:500px;
border:black solid 1px;
text-align:center;
padding:4px;
}
这是图像图标的链接:http: //postimg.org/image/rg17ffpxh/