PNG support

G

Guest

Will MS Internet Explorer ever have PNG support?
I thought it was supposed to be implemented like 3 years ago?

Also, is it Firefox or IE that doesn't follow the (X)HTML standards?
Every website i make looks slightly different in each browser.
I know there's nothing wrong with my code since i carefully validate every
htm document on w3.org.

Thank you
 
L

Lau Lei Cheong

powerbuoy said:
Will MS Internet Explorer ever have PNG support?
I thought it was supposed to be implemented like 3 years ago?
No. Only the GDI+ included support for it, not MSIE.
Also, is it Firefox or IE that doesn't follow the (X)HTML standards?
Every website i make looks slightly different in each browser.
I know there's nothing wrong with my code since i carefully validate every
htm document on w3.org.
Both of them are confirmed to the standard. But since their render engine
render (X)HTML in different way (the document object model is different, and
the method to generate each HTML element is also different), the page layout
and appearence will differ of course.

Web designers must learn to tolerate them.
 
C

C A Upsdell

powerbuoy said:
Will MS Internet Explorer ever have PNG support?
I thought it was supposed to be implemented like 3 years ago?

Also, is it Firefox or IE that doesn't follow the (X)HTML standards?
Every website i make looks slightly different in each browser.
I know there's nothing wrong with my code since i carefully validate every
htm document on w3.org.

No browser completely and correctly implement the various standards, but
Opera and the Gecko-based browsers (Mozilla, Firefox, Camino, Netscape
7, etc.) generally implement the standards better than IE.
 
G

Guest

I know about the "fake" PNG support IE offers.
I mean proper PNG support thought.
So that all you need to do is: <img src="img.png" alt="" /> and it'll work.

Oh, btw, when i say PNG support, i mean ofcourse the alpha-transparacy PNG
offers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top