Does anyone know how to make the background color transparent in Safari? Right now, my PNG file is showing with a white background instead of being transparent.
I have attempted:
background-color: transparent;
background-color: rgba(255,255,255,0);
appearance: none;
and also tried
-khtml-background-color: transparent;