View Single Post
Old 10-07-2012, 10:05 PM   PM User | #4
dubsdj
New to the CF scene

 
Join Date: Oct 2012
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
dubsdj is an unknown quantity at this point
Quote:
Originally Posted by Logic Ali View Post
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.
dubsdj is offline   Reply With Quote