On my page I have implemented a basic lights out effect from this source here: http://www.emanueleferonato.com/stuff/lightsoff/
I would like a PNG image to be the button that 'switches the lights on' however the image has a persistent white box from the div it's in. Is it possible for just the PNG image to sit above the black layer in the lights out effect?
My test is at this url: http://www.voyagedesign.net/illuminatetests/logolightsout.html
Thank you for your response.
The problem stems from this CSS:
Either remove that background-color attribute or override it:
or:
Should do the trick.