Results 1 to 2 of 2

Thread: CMotion Image Gallery - wierdest error ever?

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

    Default CMotion Image Gallery - wierdest error ever?

    1) Script Title:
    CMotion Image Gallery
    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...iongallery.htm
    3) Describe problem:
    One of the below galleries using CMotion script does not preform the desired action.

    Compare these two HTML documents:

    http://www.muztang.no/formelbasic/galleri.htm

    and

    http://www.muztang.no/formelbasic/

    I want the script in http://www.muztang.no/formelbasic/galleri.htm preform the same action as the one in http://www.muztang.no/formelbasic/. That is to view the thumbnail in fullsize, not link me to the frontpage. Check the HTML this is wierd!

    Thanks a lot!!

    Best,
    Marius

  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

    That has nothing to do with cmotion. But, where you have:

    Code:
    <a href="" onClick="MM_swapImage('viewer','','img/large_gallery/45-2_large.jpg',1)">
    and similar, it should be:

    Code:
    <a href="javascript:void(0);" onClick="MM_swapImage('viewer','','img/large_gallery/45-2_large.jpg',1)">
    There could be other problems.
    - John
    ________________________

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

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
  •