Why does some images not display in different browsers?
Posted
by
RePRO
on Stack Overflow
See other posts from Stack Overflow
or by RePRO
Published on 2012-11-14T22:56:30Z
Indexed on
2012/11/14
23:00 UTC
Read the original article
Hit count: 236
image
|displaying
I've unreal problem.
I have a site, where are displaying images over an classical <img>
tag.
All images are loading from the database, where is URL column of the image. My problem is that three of ten images are not display.
But if I open the source code and click at the URL of the image, I can see image.
In source code is some looks like (just for a simple example):
<img src = "http://some.image/1.jpg" alt = "description" height = "140" width = "187" />
But the biggest snag is that Opera displays all images correct, but just in FF, IE, Chrome are mentioned problems.
I can not provide a screenshots, because the pages are a bit perverse. How can I show the site where the problem is? Or some advice? Thank you.
© Stack Overflow or respective owner