Hi Ranteo, I'm struggling a bit with your page. It's difficult to figure it out. Are you absolutely sure you need both of those scripts. As I see it now it seems that the text and image crawler is doing the job, but I cant see what the CMotion Image Gallery is doing, maybe i'm blind. But how can the script do anything without a structure like this ( copy from the documentation page)
Code:
<div id="motioncontainer" style="position:relative;overflow:hidden;">
<div id="motiongallery" style="position:absolute;left:0;top:0;white-space: nowrap;">
<nobr id="trueContainer"><a href="javascript:enlargeimage('dynamicbook1.gif')"><img src="dynamicbook1.gif" border=1></a> <a href="javascript:enlargeimage('dynamicbook1.gif', 300, 300)"><img src="dynamicbook1.gif" border=1></a> <a href="http://www.dynamicdrive.com"><img src="dynamicbook1.gif" border=1></a> <a href="#"><img src="dynamicbook1.gif" border=1></a> <a href="#"><img src="dynamicbook1.gif" border=1></a> <a href="#"><img src="dynamicbook1.gif" border=1></a> <a href="#"><img src="dynamicbook1.gif" border=1></a> <a href="#"><img src="dynamicbook1.gif" border=1></a> <a href="#"><img src="dynamicbook1.gif" border=1></a></nobr>
</div>
</div>
I'm thinking about what would happen if you removed ( or outcomment) all the motiongallery files/scripts ? Would everything work the same way, but maybe without the errors ?
I don't know, I may be wrong. It's a difficult page to test with a ton of images and many scripts that could conflict. And unfortunately i'm not a "table" kind of guy. Also I Cant really get it running properly on my local computer.
edit: just a couple of notes before I throw in the towel
the link to the stylesheet looks like this
<style type="text/css" href="js css/gallerystyle.css" />
you would wanna change it to something like this
<link rel="stylesheet" type="text/css" href="js css/gallerystyle.css">
and without the selfclosing when using html doctype.
The marquee initiation looks like this
Code:
<script type="text/javascript">
marqueeInit({
uniqueid: 'table',
style: {
'padding': '2px',
'width': '1500px',
'height': '600px',
'overflow':'hidden',
},
inc: 12, //speed - pixel increment for each iteration of this marquee's movement
mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
moveatleast: 2,
neutral: 150,
direction: 'left',
noAddedSpace: true,
savedirection: true,
stopped: false,
});
</script>
It is my understanding that you need to remove the red commas in the end of the arrays
Good luck. It looks very nice your site
Bookmarks