Support for transparent images(gif and png)

Are you missing a feature? Request its implementation here.
SSC
Posts: 206
Joined: Thu Dec 01, 2011 4:22 pm
Location: Hamburg, Germany

Support for transparent images(gif and png)

Post by SSC »

Hello,

we use the Oxygen Author Eclipse Plugin and want to use transparent images.

For instance, when we want to style the before content:

Code: Select all


.note:BEFORE{
content: url(transparent-image.png);
background-color: blue;
}
I guess there is already a feature request for this feature, but I did not find it.

Best regards,

Simon
Simon Scholz
vogella GmbH
http://www.vogella.com
Radu
Posts: 9472
Joined: Fri Jul 09, 2004 5:18 pm

Re: Support for transparent images(gif and png)

Post by Radu »

Hi Simon,

I made some tests with a transparent PNG downloaded from:

http://upload.wikimedia.org/wikipedia/c ... ent%29.png

And it seemed to work for me, the background color was visible all around the round planet image.

You can send us some sample images if that does not work in a particular case.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply