Comment #1 on issue 9111 by david.danier: PNG Opacity Bug http://code.google.com/p/chromium/issues/detail?id=9111
I think I can confirm this bug. We have PNGs using the alpha-channel on our site (http://www.webmasterpro.de/, see the icons in the top right corner). These icons are not - like this ticket assumes - integrated as background-images, instead normal <img> tags are used. Nevertheless they look ugly when applying css opacity to them. It seems like every pixel that is half-transparent in the PNG gets declared as white before applying the opacity, fully-transparent pixels work fine. In our case there is no javascript used, only pure css (opacity:0.8 and opacity:1 for :hover). Anyway the icons are floated, so perhaps this changes things (like the original comment states "change either the position or [...]", perhaps floating is enough of a position change). Safari 4 does not seem to have this problem btw. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
