IE problem with .png files? 128bit

Don
Joined
21 Oct 2002
Posts
46,775
Location
Parts Unknown
http://dontlose.co.uk/

have that page, and in IE it looks really dumb.. its not transparent?

in FF it looks fine tho, is it just IE being crap?


1.png
 
IE doesn't support PNGs with transparency. There is a way, but it's a bit of hack. IE 7 should work fine, when that comes out.

Everything else (recent) supports them fine.
 
is there a way of making sure the users of my site can see it in IE? (can i force this 'hack' to install?)

or is there a way of having a browser check in my index.html file, so..

if browser=IE redirect to.. /usefirefox.html


?
 
It's not that IE "is crap" it's that IE is 6 years out of date in terms of features. The PNG format has only been gaining popularity the past 2 or 3 years really.

Thankfully, IE7 (Beta 2 of which will be released soon) has full PNG support.
 
NathanE said:
It's not that IE "is crap" it's that IE is 6 years out of date in terms of features. The PNG format has only been gaining popularity the past 2 or 3 years really.

Thankfully, IE7 (Beta 2 of which will be released soon) has full PNG support.

The PNG format pre-dates IE4, I believe. In addition, why half-support a format? It makes no sense. Far better to blanketly not support it than offer broken support.

I'd compromise by saying IE's PNG support is crap ;)

arty
 
arty said:
PNG was only standardised in late 2003 though. Which is why I say it's only recently gained widespread support and being pushed to the defacto web image format.

Who knows. Maybe somewhere in the specification regarding transparency it said "subject to change" or similar. So that prompted Microsoft to delay implementing it until it was standardised. They've done it before, particularly in IE, regarding CSS.
 
Last edited:
Back
Top Bottom