Results 1 to 3 of 3

Thread: Motion Gallery

  1. #1
    Join Date
    Aug 2006
    Posts
    36
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Motion Gallery

    1) Script Title: motiongallery

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

    3) Describe problem: http://www.allneedzrental.com/new -
    I have the width of the script set to 550; it blinks that width and then goes to a narrower width. Can anyone help? Is there a similiar script that scrolls the images at the beginning and the cursor controls the movement after that?

    Thanks in advance.

  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

    The width isn't set in the script, it is set in the style section where you have:

    Code:
    #motioncontainer {
    /*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
    width: 50%; /* Set to gallery width, in px or percentage */
    height: 130px; /* Set to gallery height */
    }
    Try setting that value to 550px:

    Code:
    #motioncontainer {
    /*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
    width: 550px; /* Set to gallery width, in px or percentage */
    height: 130px; /* Set to gallery height */
    }
    There could still be other issues, particularly if you have edited the script in areas below the ////NO NEED TO EDIT BELOW THIS LINE//////////// line.
    - John
    ________________________

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

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    annasue (03-09-2008)

  4. #3
    Join Date
    Aug 2006
    Posts
    36
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much! That was it. Appreciate it.

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
  •