vote up 2 vote down star
1

I just downloaded the IE8 full release so I could test a site I just created. See example here

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.

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.

Has anyone else had problems like this? I thought IE8 was supposed to be a an improvement, not a step backwards.

P.S. Please excuse the crappy markup on this page. I used IE's "save entire page" feature.

flag
I'm not seeing the issue. It looks exactly the same on IE 8.0.6001.18702 as it does on FireFox 3.0.7 – mhenry1384 Mar 20 at 18:12
I ran into this issue on the exact version mhenry1384 mentions above, IE 8.0.6001.18702. As suggested below, changing the background-image .png I was using to a 1x2 pixel solved the problem. Thanks for posting your question. – zombat Nov 16 at 19:20

4 Answers

vote up 5 vote down check

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?

I am using a 10x10 semi transparent png as background for a div in a page, and it renders just fine in IE8.

link|flag
vote up 2 vote down

Might want to check this post:

http://stackoverflow.com/questions/662616/background-colour-of-a-png-in-ie8

link|flag
vote up 1 vote down

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

[edit] Just saw Guffa's post after i asked this. See his for answer.

link|flag
1  
I'd definitely make it bigger than that. Really small background images have caused horrendous performance problems in browsers of the past. Bumping it up to, say, 64x64 wouldn't cost you much file size. – bobince Mar 20 at 19:51
vote up 0 vote down

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.

link|flag
on or off: toggling isn't idempotent – Ape-inago Jul 21 at 2:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.