Forum Moderators: open
IE will make assumptions about how to display content based on your local Windows settings, whereas other browsers obey the content type specified by the server.
/>. Ahh, you're talking about the meta description I keyed as invalid XHTML. Yeah, that was just a test to keep you on your toes over here in HTML and Browsers. -- smart aleck ;) choster, I tried that. I dropped a per-directory access control directive in there to see if that was the issue:
AddType image/png png
AddType image/x-png png
image/png. The browser(s) still won't render the image -- like I stated earlier, they render the image correctly in the XHTML, but as soon as you try to view the image outside of that the problem occurs.
Another obvious suggestion.. see Mozilla's bug tracking system
ht*ps://bugzilla.redhat.com/bugzilla/index.cgi
searching 'png' draws 84 bugs including 3990 and 20018 talking of core dumps and corrupted images and konqueror + image preview = crash.
2cents
I realized that. I didn't copy the meta description for the thread out of my code -- I keyed it (incorrectly) and you caught me. I was trying to be clever afterward, having a bit of fun with it. I don't really think you are a smart aleck. I think you are a smart davidpbrown :)
I will check those bug reports and see if anything turns up. I'm not sure it is a bug though, as the PNG image will render correctly when the correct MIME-type has been requested and sent, as is the case when the image is viewed in my XHTML via the <img> tag. I keep wanting to go back to MIME-type and figure it out from that angle. I did read a bit on the imagelib [mozilla.org] responsible for the decoding and display of images and now I feel it has to be a MIME-type issue.
There is one correction here. In msg #4 I stated that...
The image is coming through as MIME type.image/png
text/plain. And nothing is being reported in the media tab, ergophobe. I would expect the AddType directives I described in msg #4 to correct this issue. image/png! choster's speculation was on target. I now have resolution. All I needed was an AddType directive as the MIME type was not being served as expected on the client's shared server:
AddType image/png png