Is it possible to replace the Uploadify button (which is a graphic containing up/over/down states) with a simple CSS-styled button?
100% working example. Tested in Firefox, Chrome, Opera and IE6!
HTML:
Select files to upload
CSS:
#uploadify-wrapper {position:absolute; overflow:hidden}
JavaScript:
$('#uploadify').uploadify({width:1000, height:1000, hideButton:true, wmode:'transparent', queueID:'uploadify-queue', ...);
$('#uploadify-wrapper').width($('#btn').outerWidth()).height($('#btn').outerHeight());