Forum Moderators: open
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..
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.