Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

black background in png image in chrome

I have a trouble with displaying my .png images in Chrome - background is black instead of transparent. In Firefox everything is ok. What can i do to fix this bug? I tried to write some CSS rules like "background-color: transparent" but nothing changed.

like image 812
Zotoff Avatar asked May 23 '15 13:05

Zotoff


1 Answers

You need to force the background to not be transparent by setting it. This seems to be an issue only with Chrome. "

like image 174
AndrewRapp Avatar answered Nov 10 '22 08:11

AndrewRapp