Anyone know of a way that I can get CSS to make a PNG image with transparency look completely blacked out like a silhouette?
In other words- Going from something li
I don't see how it could be done with pure css. Javascript might be able to acheive it but you may consider using server side programming instead. With php you could make a duplicate of your original png on the server and replace the non-transparent pixels with a single color. It would be similar to a watermarking function.