Fortunately, I find a workaround on the Web -- http://homepage.ntlworld.com/bobosola/. It has details about the problem and how to solve it. In short, it uses javascript to patch all <img> tag of PNG graphic's CSS using the "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader" of IE.
Actually, PNG has some advantages over GIF.
- Max color depth of PNG is 24-bit but that of GIF is 8-bit.
- PNG has higher compression rate than GIF.
- PNG support alpha channel transparency but GIF only support binary transparency.
Related Links:
AlphaImageLoader Filter
PNG Offical Site
No comments:
Post a Comment