peterfarrington
03-22-2010, 09:32 PM
Text and Image Crawler
http://www.dynamicdrive.com/dynamicindex2/crawler/index.htm
I have installed the script on an implementation of CMSMS. It works absolutely fine on FF, but I am having major problems on IE8.
It works intermittently if I add 2 or 3 images, but if I add more it then fails to show anything. If I then remove the images and go back to the first 2 or 3 it still won't work. I have just tried it with one image and it works, I then add the same image just copying the line and it worked with about 10 images. Then I refreshed the page and no images showed. I removed all the images again and went back to 1 and it still doesn't work.
It always works fine in FF.
I've just done it again. 1 image is OK. Duplicated the entry about 10 times and nothing appears in IE8, FF is OK.
Here is what I am scrolling...
<a href="http://www.bba.org.uk" target="_blank"><img src="uploads/images/sponsors/sponsor_BBA.jpg" height="60" width="74" alt="BBA" /></a>
Of course I am trying to scroll different images, but if this one appears (intermittently) I am assuming there is no a problem with the image or the path.
Any help would be appreciated. The code works great in FF, and I can see the demo working on this site.
NB. Just an extra note. I left it for a minute or so, refreshed the page and it is showing the ten instances of the image rotating. Could there be some sort of timing thing going on? I have just refreshed the page - after seeing 10 images scrolling - and again nothing appears. I have closed IE down and re-opened it and again nothing appears - then once or twice I get what I want - but not consistently.
NB2. With just the one image appearing 10 times I get it working about 60% of refreshes. Using my list of 10 (small) images it is not appearing at all. Is there anything which would prevent the code working if all the images were not loaded? Should I try and load the images into memory first? Why is FF OK?
http://www.dynamicdrive.com/dynamicindex2/crawler/index.htm
I have installed the script on an implementation of CMSMS. It works absolutely fine on FF, but I am having major problems on IE8.
It works intermittently if I add 2 or 3 images, but if I add more it then fails to show anything. If I then remove the images and go back to the first 2 or 3 it still won't work. I have just tried it with one image and it works, I then add the same image just copying the line and it worked with about 10 images. Then I refreshed the page and no images showed. I removed all the images again and went back to 1 and it still doesn't work.
It always works fine in FF.
I've just done it again. 1 image is OK. Duplicated the entry about 10 times and nothing appears in IE8, FF is OK.
Here is what I am scrolling...
<a href="http://www.bba.org.uk" target="_blank"><img src="uploads/images/sponsors/sponsor_BBA.jpg" height="60" width="74" alt="BBA" /></a>
Of course I am trying to scroll different images, but if this one appears (intermittently) I am assuming there is no a problem with the image or the path.
Any help would be appreciated. The code works great in FF, and I can see the demo working on this site.
NB. Just an extra note. I left it for a minute or so, refreshed the page and it is showing the ten instances of the image rotating. Could there be some sort of timing thing going on? I have just refreshed the page - after seeing 10 images scrolling - and again nothing appears. I have closed IE down and re-opened it and again nothing appears - then once or twice I get what I want - but not consistently.
NB2. With just the one image appearing 10 times I get it working about 60% of refreshes. Using my list of 10 (small) images it is not appearing at all. Is there anything which would prevent the code working if all the images were not loaded? Should I try and load the images into memory first? Why is FF OK?