I want to have an <input type='file'>
that overlaps on an image, so that when the user clicks on it, the file upload dialog opens, and the image uploads via AJAX.
So I want CSS to style the field in such a way that either only the browse button is visible (with no associated box), or even better, only a transparent button is visible with overlapping text like "change photo", nothing else.
Needs to work on:
- FF 3+
- IE 7+ (pref 6+)
- Chrome 5+
- Safari 3+
- Opera 9+