I'm using a mootools horizontal accordion in my navigation:
http://www.nyokiglitter.com/tutorials/horizontal.html
And smooth slideshow in my content:
http://smoothgallery.jondesign.net/
the javascript is:
<!--Smooth Slideshow-->
<script src="../scripts/mootools-1.2.1-core-yc.js" type="text/javascript"></script>
<script src="../scripts/mootools-1.2-more.js" type="text/javascript"></script>
<script src="../scripts/jd.gallery.js" type="text/javascript"></script>
<!--/Smooth Slideshow-->
<!--Sliding navigation-->
<script type='text/javascript' src='../_include/prototype.lite.js'></script>
<script type='text/javascript' src='../_include/moo.fx.js'></script>
<script type='text/javascript' src='../_include/moo.fx.pack.js'></script>
<!--/sliding navigation-->
On their own, with only their three <scripts> only, they both work perfect. Together, with the 6 <scripts>'s, only the one that comes first works, (ie, as above only "Smooth Slideshow" works.. but if I move "sliding navigation" links above it, it would work)
So, I'm not really sure what the next step is to get this conflict to end.. If anyone could please shed some light on anything I can do that would be greatly appreciated.