Comment #2 on issue 9111 by scarpi: PNG Opacity Bug
http://code.google.com/p/chromium/issues/detail?id=9111
This problem occurs in IE7 and Chrome.
In IE7 the PNG transparent areas appear black and on Chrome they appear
white as the
opacity is manipulated.
THe IE7 bug can be fixed by applying the following CSS to the element
containing the
png background
*+html element { //IE7 hack
background-image: none!important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
sizingMethod=crop, src='yourimg.png')!important;
}
The Chrome bug can't be fixed using the same CSS.
--
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
-~----------~----~----~----~------~----~------~--~---