Hello,
I need to create a silhouette of a PNG with Javascript/CSS. Is this possible?
I tried the following: Stack the PNG with lowered opacity multiple times with absolute positioning and z-index. This does not work.
Unfortunately I can't use PHP or something else then Javascript and CSS.
I got some ideas with overlays and such but I can't figure out how to do it. Any tips?
update: This only needs to work in webkit browsers, so you can bring your webkit trickbox! :)