How do I properly style a 'file' button with an image, so that it is seen clean and nice in all browsers and no overlapping text from the default control is there?
Thank you!
How do I properly style a 'file' button with an image, so that it is seen clean and nice in all browsers and no overlapping text from the default control is there?
Thank you!
The way it's usually done is by making the file input element 100% transparent with the css opacity
property and putting a pretty button behind it. That way the file field still receives the click, but the look of the underlying element can be styled and scripted any way you want.
File buttons are a major headache. I personally would use http://swfupload.org/