Hi
Is it possible to get the Conveyor Belt slideshow script to slide from left to right instead of right to left?![]()
Best Regards
Nicklas
Hi
Is it possible to get the Conveyor Belt slideshow script to slide from left to right instead of right to left?![]()
Best Regards
Nicklas
Yes.
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
http://home.comcast.net/~jscheuer1/s...t_or_right.htm
View the source of the above demo, it is configurable for left or right only. The control visible on the demo is also a configuration option.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Thanks for respons jscheuer1![]()
The source and demo was perfect!
/ Niclas
http://www.dynamicdrive.com/dynamici...rightslide.htm
the above code works fine but kills any other javascript on my page - ie a drop down menu.
is there something i should be looking out for in the code that is interfering with my drop down?
thank you![]()
Yes, an onload conflict.
Note: please read this tutorial before posting questions regarding multiple script usage.
The disclaimer in this thread only means that you might not get additional help here.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
thanks john.
im a bit new to javascript through - what do i do? and how do i find it? dont worry if its too complicated i dont want to waste your time. but if its something quick and easy i would love to know
thanks again![]()
You look for onload. You will usually see either:
or similar or:HTML Code:<body onload="something();">
or similar. Sometimes it is document.onload= or just onload=Code:window.onload=somethingelse;
What usually works is to get rid of all the onload='s lines from the scripts and combine all their events in the body tag. So if you have the two above, get rid of the second one and make the body tag like so:
This is all laid out in the tutorial. If you just can't get it, I would need to see the problem page or at least the full code for both scripts. Also, this is only the most common cause of conflict, there can be others but, until this one is either resolved or determined not to be a factor, the other problems, which are rarer, usually cannot be found, if they even exist.HTML Code:<body onload="something();somethingelse();">
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Hi John,
Yeah ive read the tutorial but its just too complicated for me as ive never done this before. Also, the drop down menu is sourcing the javascript from another folder on the site so i dont know what to change, the script on the page or the js file for the drop down.
anyway here are the links
Broken menu but working scroll
http://www.testing.pinnaclenorth.com.au/home_NEW_06.htm
Working menu no scroll
http://www.testing.pinnaclenorth.com.au/home_NEW.htm
sorry wrong link
http://www.testing.pinnaclenorth.com.au/home_NEW06.htm
firstly can i just say THANK YOU so much for your amazing help - i really appreciate this.
BUT...didnt work
http://www.testing.pinnaclenorth.com.au/home_NEW07.htm
dont worry i dont expect you to spend any more time on this - unless its paid work!? dd@squiggledesigns.com.au if you can get it working im happy to do so.
thanks!
Bookmarks