S sebii87 Chevereto Member Apr 22, 2012 #1 Hi. I'm out of idea, I'm trying to change the background color of the expendable box for uploading file and for the ''Parcourir' bouton and I can't find it in my CSS file.... Where can I set the background to put it black !??? Thank you very much !!!
Hi. I'm out of idea, I'm trying to change the background color of the expendable box for uploading file and for the ''Parcourir' bouton and I can't find it in my CSS file.... Where can I set the background to put it black !??? Thank you very much !!!
kyle789 Chevereto Member Apr 22, 2012 #2 The ''Parcourir" button cannot be changed because it's built into the flash. You can however apply an image over the ''Parcourir" button 🙂
The ''Parcourir" button cannot be changed because it's built into the flash. You can however apply an image over the ''Parcourir" button 🙂
S sebii87 Chevereto Member Apr 22, 2012 #3 Oh I see !! How can I do so ? And for the box with the file to be upload ?
kyle789 Chevereto Member Apr 22, 2012 #4 I don't have it to hand but just Google "how apply image over flash object" and you will see loads of tutorials. For the box open uploadify.css and find Code: .uploadifyQueueItem you can then add/edit it from there 🙂
I don't have it to hand but just Google "how apply image over flash object" and you will see loads of tutorials. For the box open uploadify.css and find Code: .uploadifyQueueItem you can then add/edit it from there 🙂
Piers Founder licence Apr 22, 2012 #6 Lots of people seem to ask this so here is the solution: Open: Code: /content/system/js/jquery.uploadify.v2.1.4_chevereto.js Find: Code: var settings = jQuery.extend({ Underneath it paste: Code: buttonImg : 'content/system/js/IMAGENAME.ext', Obviously replace IMAGENAME.ext with your image file, for example: button.png If you don't find it working then you need to go to http://www.YOURWEBSITEURL.TLD/content/system/js/IMAGENAME.ext You will then see the new image and it should work - failing that try clearing your cache.
Lots of people seem to ask this so here is the solution: Open: Code: /content/system/js/jquery.uploadify.v2.1.4_chevereto.js Find: Code: var settings = jQuery.extend({ Underneath it paste: Code: buttonImg : 'content/system/js/IMAGENAME.ext', Obviously replace IMAGENAME.ext with your image file, for example: button.png If you don't find it working then you need to go to http://www.YOURWEBSITEURL.TLD/content/system/js/IMAGENAME.ext You will then see the new image and it should work - failing that try clearing your cache.