Transparent background
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have an activex which renders a bitmap (jpeg or bmp) inside my web page. I need to use this activex because it makes some animations with this bitmap that I cannot do with HTML. Unfortunately, this activex does not manage GIF or PNF format, and I would like to be able to make the background of the bitmap transparent. :~ Is there a way to make a color of this image transparent with HTML (CSS, etc...)? Thanks :)