PDA

Click to See Complete Forum and Search --> : I hate IE6


John G
12-14-2007, 07:49 AM
First off, I apologize, this has been asked umpteen billion times, but I'm apparently searching with the wrong keywords.

What's the code for 24-bit transparent .pngs to display correctly in IE6?

hewligan
12-14-2007, 10:35 AM
There's a couple of soluions, but this is my preferred one (http://homepage.ntlworld.com/bobosola/).

This is also popular, but I have to admit that I don't use it because I don't really understand how it works... (http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html)

John G
12-14-2007, 11:05 AM
Thank you very much!

Question: do some of your images get stretched/resized? A few of mine are for some reason (after the fix). You ever run into this?
And IE6 never seems to completely load the page (it does, but it still says it's opening some items).

jlknauff
12-14-2007, 03:38 PM
Question: do some of your images get stretched/resized?Yep. We had it happen on www.keywesthometheater.com (http://www.keywesthometheater.com). Take a look there and see what's different between that and yours.

katgal
12-15-2007, 05:25 PM
This is my preferred solution. http://www.twinhelix.com/css/iepngfix/

Images will get stretched if you don't have height/width specified. And if you use css to position images using the background-position, it won't work. All positioning of background images will get stripped.

So, while it has its limitations, it seems to me to be the easiest solution to implement sitewide.