1) Script Title: Cmotion Image Gallery
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...iongallery.htm
3) Describe problem: Not scrolling
I've tried integrating this script on our webpage but cannot get it to scroll.
i've tried putting it on a new blank page, without any other scripts (i.e.: without the navbar image mouseover script, without the shadow box script).
and i've tried using the supplied code as-is with the sample gif.
here's what the page contains for the code:
i've left the supplied call-up code in the head intact. the .js and the .css supplied are in the root, as is the html page.Code:<div id="motioncontainer" style="position:relative;overflow:hidden;width:500px;height:125px;"> <div id="motiongallery" style="position:absolute;left:15px;top:0;white-space:nowrap;"> <nobr id="trueContainer"> <a rel="shadowbox" href="images/concept1.jpg"><img src="images/aconcept1.jpg"/></a> <a rel="shadowbox" href="images/concept1.jpg"><img src="images/aconcept1.jpg"/></a> <a rel="shadowbox" href="images/concept1.jpg"><img src="images/aconcept1.jpg"/></a> <a rel="shadowbox" href="images/concept1.jpg"><img src="images/aconcept1.jpg"/></a> <a rel="shadowbox" href="images/concept1.jpg"><img src="images/aconcept1.jpg"/></a> <a rel="shadowbox" href="images/concept1.jpg"><img src="images/aconcept1.jpg"/></a> </nobr> </div> </div>
i've modified the .js slightly to match the width and height specified in the html div tags above (500 x 125)
it just doesn't want to scroll. any help or insight? am i overlooking something really obvious here?
thanks!
also, once this is working, i'd like multiple occurrences of it. searched and found the "OO" object oriented thread for this code, but it seems like it never went live. what will be an easy way to do this? or should i start a new thread once this problem is resolved?



Reply With Quote


Bookmarks