Results 1 to 5 of 5

Thread: CMotion Image Gallery not scrolling

  1. #1
    Join Date
    Oct 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CMotion Image Gallery not scrolling

    1) Script Title: CMotion Image Gallery

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...iongallery.htm

    3) Describe problem: I cannot get the script to scroll. The links work, modified css to get the look I want, but it won't scroll. I can't figure it out. Please help if you can. http://62mm.org/_newsite/members.php I'm redesigning my website, and this script will add some great functionality.

    Thanks...

  2. #2
    Join Date
    Oct 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default look at onload

    Are you using any other scripts? I had a similar problem with cmotion and another script which called the init function on the onload event within the html body.

    <body onload="init();">

    cmotion wants to call the fillup function on the onload event. It does this from within the external js file. The first event handler will block the second, therefore the original script will work but cmotion will not. To solve the coflict, I commented out the cmotion event handler and moved the call to fillup to the init method.

    //window.onload=fillup;

  3. #3
    Join Date
    Oct 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks, that fixed it.

    I'm prelaoding some images for the mouse hover effect, "<body onLoad="MM_preloadImages('images/but-home-roll.gif','images/but-aboutus-roll.gif','images/but-events-roll.gif','images/but-photos-roll.gif','images/but-forums-roll.gif','images/but-contacts-roll.gif')">", . When I remove the code in the body, it works. I don't know enough to add the "fillup" call to the body tag with the preload code.

  4. #4
    Join Date
    Oct 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Gary Hill
    Are you using any other scripts? I had a similar problem with cmotion and another script which called the init function on the onload event within the html body.

    <body onload="init();">

    cmotion wants to call the fillup function on the onload event. It does this from within the external js file. The first event handler will block the second, therefore the original script will work but cmotion will not. To solve the coflict, I commented out the cmotion event handler and moved the call to fillup to the init method.

    //window.onload=fillup;
    I got it!!! Thanks again.

    <body onLoad="fillup(); MM_preloadImages('images/but-home-roll.gif','images/but-aboutus-roll.gif','images/but-events-roll.gif','images/but-photos-roll.gif','images/but-forums-roll.gif','images/but-contacts-roll.gif')">

  5. #5
    Join Date
    Oct 2006
    Location
    Nottingham, england
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CMotion Image Gallery multiple?

    Can you put multiple galleries on one page?

    I've been trying this for most of the night, and it doesn't want to work - the 2nd gallery doesn't move. I've looked in both FF and IE.

    web address, http://alichristie.info/bermuda/index1.htm

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •