2010-02-11, 08:32 PM
XTOTHEL Wrote:GIF doesn't really allow pixels to be transparent.
You only need:
opacity:0.5;
filter:alpha(opacity=50);
the filter one is for IE, it always needs something special.
Good point, i forget half the time that Gif is either 100% transparent or its not. Exporting as PNG should still work.

