IE8's rendering of transparent pngs is FUBARed on my site - Stack Overflow most recent 30 from stackoverflow.com2009-12-06T14:55:36Zhttp://stackoverflow.com/feeds/question/667286http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/667286/ie8s-rendering-of-transparent-pngs-is-fubared-on-my-site2IE8's rendering of transparent pngs is FUBARed on my siteChristian Schlensker2009-03-20T18:02:34Z2009-07-21T02:07:33Z
<p>I just downloaded the IE8 full release so I could test a site I just created.
<a href="http://www.moondogtavern.com/ie8bug/" rel="nofollow">See example here</a></p>
<p>Focus on the left sidebar background image. It is suppose to be a 1x1 semi-transparent .png image that repeats. IE8 renders it as a gradient!!! It get's even wonkier when you try to scroll your window or mouse-over the sidebar.</p>
<p>I had already tested this site in the normal browsers (IE7, Firefox, and Chrome). It looks exactly as I designed it in these. IE8 is FUBARed though. I tried to set IE8 to "IE7" mode but it still looks crappy. IE 8 in IE7 mode obviously isn't rendering the same way as the real IE7. Not even the "IE7 meta tag" works. </p>
<p>Has anyone else had problems like this? I thought IE8 was supposed to be a an improvement, not a step backwards. </p>
<p>P.S. Please excuse the crappy markup on this page. I used IE's "save entire page" feature.</p>
http://stackoverflow.com/questions/667286/ie8s-rendering-of-transparent-pngs-is-fubared-on-my-site/667295#6672952Answer by Eric Petroelje for IE8's rendering of transparent pngs is FUBARed on my siteEric Petroelje2009-03-20T18:05:10Z2009-03-20T18:05:10Z<p>Might want to check this post:</p>
<p><a href="http://stackoverflow.com/questions/662616/background-colour-of-a-png-in-ie8">http://stackoverflow.com/questions/662616/background-colour-of-a-png-in-ie8</a></p>
http://stackoverflow.com/questions/667286/ie8s-rendering-of-transparent-pngs-is-fubared-on-my-site/667366#6673665Answer by Guffa for IE8's rendering of transparent pngs is FUBARed on my siteGuffa2009-03-20T18:24:33Z2009-03-20T18:24:33Z<p>It may be a rendering error in IE8, or perhaps it's some function to smooth the edges of repeated images that gives you an unexpected result. Either way it's not very surprising that you get problems using such a small image. Do you realize that the browser has to draw the image 190152 times to render the page?</p>
<p>I am using a 10x10 semi transparent png as background for a div in a page, and it renders just fine in IE8.</p>
http://stackoverflow.com/questions/667286/ie8s-rendering-of-transparent-pngs-is-fubared-on-my-site/667421#6674211Answer by Christian Schlensker for IE8's rendering of transparent pngs is FUBARed on my siteChristian Schlensker2009-03-20T18:41:17Z2009-03-20T18:47:29Z<p>I fixed the bug and it isn't the gamma issue that is mentioned in that other post. My issue was being caused by the fact that the image is 1x1 pixel in size. I just changed it to 1x2 and it fixed the problem. Weird</p>
<p>[edit] Just saw Guffa's post after i asked this. See his for answer.</p>
http://stackoverflow.com/questions/667286/ie8s-rendering-of-transparent-pngs-is-fubared-on-my-site/1156972#11569720Answer by Amir for IE8's rendering of transparent pngs is FUBARed on my siteAmir2009-07-21T02:07:33Z2009-07-21T02:07:33Z<p>I had a similar issue with a site I'm building. The issue only occurred on 50% of the machines with ie8 it was tested on, I was building it for an IT firm so had access to lots of computers. We were able to "fix" the problem by toggling Hardware Acceleration on the problem machines, not that thats really a fix at all. </p>