View Full Version : CMotion Image Gallery : no scroll
Maxime
11-04-2005, 04:14 PM
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/dynamicindex4/cmotiongallery.htm
and here the one to my page : -> http://kmelua.free.fr/galerie.htm
Thanks for your help.
Maxime.
jscheuer1
11-04-2005, 06:06 PM
Your page looks like a mess, both visually and the source code, a total rewrite is in order.
parent.frames['menu'].window
from:
<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:
onLoad="parent.frames['menu'].window.location='menu5.htm';"
statement.
Also, the line (a little above the iframe):
<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.
Maxime
11-04-2005, 11:59 PM
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.
jscheuer1
11-06-2005, 04:12 AM
You still need a rewrite I think. If you remove:
<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:
<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.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.