Quote:
Originally Posted by Logic Ali
Looks like some trash from Dynamicdive.
Try a global search and replace:
document.images.SlideShow
to
document.getElementById( "SlideShow" )
For this to work your <img> tag needs id="SlideShow"
If not, check the error console.
|
It is, but the fact it works (worked) is all I really am bothered about. I will try your suggestion and let you know if it makes a difference thanks.