emjaces
07-29-2007, 04:35 PM
1) Script Title: Presentational Slideshow Script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/presentationslide.htm
3) Describe problem: Hi all. I have implemented the above script on a webpage which also uses ImageReady rollover. When i installed the DD script, rollovers stopped working. ImageReady obviously uses the onload command in the body tag, so i suspect thats what is causing the issue, i just dont know which part of the DD script to modify. Please help me figure this out...here is what i have:
Body tags:
onload="preloadImages();"
DD script:
if (ie4||dom)
window.onload=startit
else
setInterval("rotateimage()",pause)
Any help is appreciated. Thanks
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/presentationslide.htm
3) Describe problem: Hi all. I have implemented the above script on a webpage which also uses ImageReady rollover. When i installed the DD script, rollovers stopped working. ImageReady obviously uses the onload command in the body tag, so i suspect thats what is causing the issue, i just dont know which part of the DD script to modify. Please help me figure this out...here is what i have:
Body tags:
onload="preloadImages();"
DD script:
if (ie4||dom)
window.onload=startit
else
setInterval("rotateimage()",pause)
Any help is appreciated. Thanks