Results 1 to 4 of 4

Thread: CMotion Image Gallery : no scroll

  1. #1
    Join Date
    Nov 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CMotion Image Gallery : no scroll

    Hi !

    After having a quick look at this known problem on the forum, I understand that it should be a scripts conflict but I couldn't adapt gived solutions to my case...

    Here is the link to the script : -> http://www.dynamicdrive.com/dynamici...iongallery.htm

    and here the one to my page : -> http://kmelua.free.fr/galerie.htm

    Thanks for your help.

    Maxime.

  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

    Your page looks like a mess, both visually and the source code, a total rewrite is in order.

    parent.frames['menu'].window

    from:

    Code:
    <body background="images/contenu/chaise.jpg" onLoad="parent.frames['menu'].window.location='menu5.htm';">
    is null or not an object and there is no frame named 'menu' on the page and no parent page (that would be a frameset page containing this page), unless there is one you haven't mentioned. I'd get rid of the entire:

    Code:
    onLoad="parent.frames['menu'].window.location='menu5.htm';"
    statement.

    Also, the line (a little above the iframe):

    HTML Code:
    <div id="photos" class="tabcontent">
    is causing a problem, get rid of it. Then the cmotion script will work but the page still looks like a mess.
    - John
    ________________________

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

  3. #3
    Join Date
    Nov 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Actually, the link is part of a frame. That's why it seems so messy and "un-understandingable".

    The real link is http://kmelua.free.fr and in the menu, look for galerie category.

  4. #4
    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

    You still need a rewrite I think. If you remove:

    Code:
    <div style="position:absolute; top:0; left:0;">
    <iframe name="pict" src="galerie/albums.htm" width="580" height="190" frameborder="0" scrolling="no"></iframe>
    </div>
    from galerie.htm

    The cmotion is still there. How does it get there? It is somehow on or associated in some way with:

    Code:
    <div style="position:absolute; top:190; left:10;">
    <iframe name="photoshow" src="galerie/gallery.html" width="580" height="400" frameborder="0" scrolling="no"></iframe>
    </div>
    I can find no logical reason for this, can you?

    Solving this mystery will only get us part the way home though it would be a start.
    - 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
  •