Please visit this link: http://makkomua.com/?page=buildings&lang=eng

In this site images are being loaded by Chrome (I se part of them) then when they are loaded completely, they disappear. But other browsers work properly, what is the problem, Chrome or site?

link|improve this question

74% accept rate
feedback

2 Answers

on chrome forum there is a similar question and an interesting answer :

for me, it had nothing to do with adblock. i was having the same problem, but it was for dynamically generated images i was getting from a php script. i found that by removing the "Content-Length" from the header i was pushing for the image (to chrome browsers v5-6, mac, windows, linux) it fixed the problem.

link|improve this answer
So the problem comes from Chrome? – Narek May 23 '11 at 14:02
yes apparently its a Chrome problem – mcha May 23 '11 at 14:23
The link that mcha points to explains it's due to Chrome not accepting/truncating pages, images or other elements with a Content-Length set to the size that is not correct. This is a site-side code error, not really a Chrome 'error'. Other browsers just correct/ignore the mistakes. More info here and here – techie007 May 23 '11 at 17:12
feedback

This is a bad web page design the links are being lost as the code loads. The site may be pointing a directory they do not have rights to.

link|improve this answer
What do you mean? The images PARTLY load, but after loading they disappear. What does that have to do with it? – sinni800 Jun 22 '11 at 11:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.