View Full Version : Certain picture types not showing.


cutelilkittie
07-04-2006, 07:28 AM
I think it's .png files, but I'm not sure since I can't see them haha (I uploaded one of my .png pictures and it didnt show up for me so yeah). I was wondering what happened because I used to be able to see it on my computer. Several people I know cannot see it.

Maybe it's the browser but I didn't do anything to change it and I'm using Internet Explorer (I think it's version 6.0? Or um the latest version). Thank you for reading this.

P.S. Sorry if there was a thread already on this, I tried searching for it but I couldn't find it, I might've just used the wrong keywords. Same goes with searching on yahoo.

christiantean
07-04-2006, 03:02 PM
Is it on a certain website? I'm not very experienced in this sort of area, but maybe the html isn't right?

If its with you IE settings, the only thing that I can think of is tools/internet options/advanced/mulitimedia/show pictures is checked. If that was unchecked, ALL pictures wouldn't show, which you aren't having a problem with...

onigiri
07-04-2006, 11:22 PM
I'm not sure, but it just might be Internet Explorer. It doesn't do a very good job displaying PNGs.

Idiotic Creation
07-05-2006, 09:34 PM
In your code make the .png .PNG That is what I had to do for them to show up.

Regards,
David

cutelilkittie
07-09-2006, 07:07 AM
Is it on a certain website? I'm not very experienced in this sort of area, but maybe the html isn't right?

If its with you IE settings, the only thing that I can think of is tools/internet options/advanced/mulitimedia/show pictures is checked. If that was unchecked, ALL pictures wouldn't show, which you aren't having a problem with...
Yes it is checked.

I'm not sure, but it just might be Internet Explorer. It doesn't do a very good job displaying PNGs.
Well it used to before @_@, I'll try installing firefox then, fun fun.

In your code make the .png .PNG That is what I had to do for them to show up.

Regards,
David
Ooo thanks, that's new to me. Although I just tried it with some pictures directly on my website (different from where I had problems), and it works. Also on my myspace it didn't show a .jpg picture (my friend had to send it to me directly) O.o there's something wrong with it.

I guess it's just my firewall and certain sites that it blocks them off. Thanks everyone for you're help :3. I hope I can find out how to turn off blocking pictures on my firewall though... lol

Phi Tran
07-11-2006, 10:25 PM
If You use png in IE 4,5,6 the you need to use it fliter alpha loading otherwise it would not doing a fine job or missing the whole thing all together because of the semi-transparent. FireFox is better.

But My best recomendation is SVG (it is W3C standard stand for Scalable Vector Graphic).

You and have using plug-in - To display on the its canvas or using ZipProtocol to display them on HTML's element the way your are use to do in the src or the background-image. It has better quality at any resolution and size - ZipProtocol will render the image faster than you have it downloaded. You also can use that to inrceas you loading time from 3 to 9 times faster.

Check it out at oneplusplus.com.