I am looking to enhance the appearance of my form by replacing the generic File Field with a more aesthetically pleasing Image Icon.
If you click on this Camera Icon, it will open up a Browse window:
For a demonstration, check out this JsFiddle link: http://jsfiddle.net/8aJb4/2/
Here is the code snippet:
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;
}
To view the Image Icon, click on this link: