From: Martin G. <gim...@gi...> - 2002-12-25 19:30:57
|
"z2d2" <z2...@ea...> writes: > On a different subject, the graphics for phpwiki look very > professionally done. But...yes, I'm inserting a but here....some > (not all) have a gray border around them in IE 6. They look great in > NS 6, NS 4.7, and Opera 6 but IE doesn't render some of them > correctly. I'm bringing this up because IE is the predominantly used > browser today. About 90% of the people use it. Whatever the > difference is now this browser doesn't like it. The problem is,t that IE doesn't support full-blown transparency in PNG images, it just supports the 1-bit transparency we know from GIF images. The beautiful images shipped with PhpWiki uses transparency to blend into any background --- if you change your background color to blue (yuck! :-), then the edges of the images will remain anti-aliased. The W3 has some great pages where you can read about this defect in IE, such as this page where you can test your browser's ability to display PNG images with transparency: http://www.w3.org/Graphics/PNG/inline-alpha.html If it still bothers you that the images look strange, then you could remove the transparency from them, by blending them into a fixed background-color. If you're interested, then I've done that for a white background and put the result here: http://www.gimpster.com/downloads/phpwiki-icons-white/ If you need a different background-color, then let me know. -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather => Shows the current weather on your webpage and PHP Shell => A telnet-connection (almost :-) in a PHP page. |