Results 1 to 3 of 3

Thread: CMotion Image Gallery

  1. #1
    Join Date
    Apr 2008
    Location
    Somewhere over the rainbow
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy CMotion Image Gallery

    CMotion Image Gallery

    http://www.dynamicdrive.com/dynamici...iongallery.htm

    I'm cleaning up my website before opening it, and there's a problem with the Image Gallery on this page: http://aprilshowersart.bravehost.com/me.html

    It says on the motiongallery.js file that to disable the "end of gallery" message, you put "" in the span tag. I did, and it's not working, and instead it's messing up the format of my page- I don't want the whole page to scroll, just the div on the right.

    If you can tell me how to move the "end of gallery" message back into the div (so that the whole page doesn't scroll), or how to disable it, that'd be great. Thanks!

  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

    I see you have:

    Code:
     //5) Set message to show at end of gallery. Enter "" to disable message.
    var endofgallerymsg='<span style="font-size: 9px;">""</span>';
    What it really means, to disable it, is to use:

    Code:
     //5) Set message to show at end of gallery. Enter "" to disable message.
    var endofgallerymsg="";
    - John
    ________________________

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

  3. #3
    Join Date
    Apr 2008
    Location
    Somewhere over the rainbow
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile

    Thanks a bunch for the clarification!

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
  •