I want to have <input type='file'> , which is superimposed on the image, so when the user clicks on it, the file download dialog opens, and the image is loaded via AJAX.
So, I want CSS to style the field so that only the view button is visible (without an associated field), or even better, only the transparent button is visible with overlapping text, such as “change photo”, nothing else.
It is necessary to work on:
- Ff 3+
- IE 7+ (pref 6+)
- Chrome 5+
- Safari 3+
- Opera 9 +
source share