Results 1 to 3 of 3

Thread: Help needed: CMotion 100% width div

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

    Default Help needed: CMotion 100% width div

    Hi there

    I am in the process of implementing the script (which is awesome), though when making the div take up a specified area (with a width inside a TD) by making it 100% in width, the scrolling goes a little balistic when scrolling to the right. I have implemented one of your work arounds which is adding the buttons at the bottom, instead of using the hover options, but will then need to remove the hover options.

    Thanks and keep up the good work...

    Jakes
    Last edited by JaKes; 01-26-2006 at 11:47 AM.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    If I understand you correctly - that you want to disable the motion control via the mouse's hovering over the gallery - remove these lines from the function fillup():

    Code:
    crossmain.onmousemove=function(e){
    motionengine(e)
    }
    
    crossmain.onmouseout=function(e){
    stopmotion(e)
    showhidediv("hidden")
    }
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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

    Default Thanks a mil

    Thanks jscheuer1. Works like a charm...were you the actual developer of the script? I've been through all the posts and must admit, am extremely impressed. Wish I had a half a brain to know what is going on there...eitherway, thanks. If you ever in South Africa, pop-in and we'll crack a beer!

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
  •