styled file input button in IE8
What I needed was a styled “Upload Image” Button, therefore I could not use the standard input type=”file”. So I included it in the HTML but hid it like this: input[type=”file”]#imagefile{ visibility:hidden; width:0; height:0; } The styled button is a […]