Maybe some of you could take the time to sign a petition to help get (proper) PNG support in MSIE?
PNG support in MSIE 5.5
by
ptaff
·
· Score: 5, Informative
You can actually display alpha layered PNGs on Microsoft Internet Explorer, starting from version 5.5, using an ugly workaround using DirectX and a CSS3 directive.
Now, be prepared: it will work _only_ with tags, so no alpha for background images yet. Still, it's an improvement.
I still don't get why they didn't implement it properly in the first place, let's not talk about it, it's a 1996 recommendation and I'm already so mad and frustrated by their bogus workarounds covering their flaws (XML parser bugs, ignores the IGNORE directive in DTDs, anyone?)
... Could get web masters to stop using gifs and jpegs. Adaptation of PNG moves slowly, at least here, for 2 reasons.
... but i'm sure these behaviors flow to many places.
1) Web masters are more of a designer than a tech, they don't follow all the newest developments (most here still use HTML 1.0).
2) Netscape 4.x doesn't load them, and administration feels that it is important to support the people that refuse to upgrade.
Again, thats here
Altp.
Maybe some of you could take the time to sign a petition to help get (proper) PNG support in MSIE?
You can actually display alpha layered PNGs on Microsoft Internet Explorer, starting from version 5.5, using an ugly workaround using DirectX and a CSS3 directive.
.htc file coming from here:
.htc source.
:)
Now, be prepared: it will work _only_ with tags, so no alpha for background images yet. Still, it's an improvement.
I still don't get why they didn't implement it properly in the first place, let's not talk about it, it's a 1996 recommendation and I'm already so mad and frustrated by their bogus workarounds covering their flaws (XML parser bugs, ignores the IGNORE directive in DTDs, anyone?)
Anyway, the trick is to use a CSS on all images:
img { behaviour: url('/path/to/.htc'); }
using the
Thanks
You just have to point to a 1x1 spacer GIF in the
Works pretty fine, is compatible with Opera/Mozilla/IE and _at last_ you can get rid of 1988-oriented GIFs.
Should you want to support IE 5.5, welcome to the future of the web of yesterday