Forum Moderators: open

Message Too Old, No Replies

Image doesent show up in IE 6.0 but works fine in Mozilla.

Image load problem

         

johe

2:39 pm on May 21, 2007 (gmt 0)

10+ Year Member



Hello!

First post here...I am fairly new to webdevelopment and I have encountered a very odd and strange problem.
On several of my webpages I have this code (sample of it):

<div class="toppcont3">
<img src="images/Flik_Hemma_sv_SV.gif" alt="" height="25" width="899" usemap="#flikar" border="0"/>
<map name="flikar" id="flikar">
<area shape ........
</map>

And the problem is, that this image "images/Flik_Hemma_sv_SV.gif" doesent always load...in about lets say 30 attemps it shows up 29 times. The 30 time it doesent load and I dont get a broken image sign. It just doesent show up. Strangly enough it works all the time in Mozilla.

This problem really gets to me! Would appreciate if anyone had an idea on what the problem might be? I am willing to
test everything.

doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Regards..

tedster

8:15 pm on Jul 26, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



First, a long delayed welcome to the forums. Sorry your post went ignored for so very long, and I can only hope you've found an answer to this oddity.

Problems that only appear once in a while are the most difficult to troubleshoot. I normally suggest validating the mark-up first in cross-browser problems - using [validator.w3.org...] - but in this case, I doubt that the issue is caused by invalid code.

Let us know if you're still looking for help with this.