It looks like you're loading the mootools-core - Twice. and mootools- more - twice. There's no telling what's in the mootools.js, but I can only assume it's some version or another of mootools. Perhaps it's v1.1x, which would account for some obvious conflicts; But that's not to say ANY version of Mootools will have collisions with another.
What's that screwy mootools-more you're loading? Also you're loading jd.gallery.js. Which I believe -- correct me if im wrong -- is built on mootools 1.x. You're not going to have Mootools 1.2, Mootools 1.11, and Jons Gallery working harmoniously, something's got to give (preferably mootools 1.11, and jd.gallery disappear). On a completely separate and less important issue, why do you have two directories for javascript? a /scripts dir, and /js. Try consolidating those directories into one or the other. Maybe get a little sub-domain action going with a little bit of http://js.coolurl.com/mootools.js. <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="js/mootools.js"></script> <script src="scripts/MooScroll_0.59.js" type="text/javascript" charset="utf-8"></script> <script src="scripts/jd.gallery.js" type="text/javascript"></script> <script src="scripts/jd.gallery.set.js"></ script> <script src="scripts/jd.gallery.transitions.js"></script> <script src="scripts/side-bar.js"></script> <script src="js/mootools-1.2-more(slider-drag-scroll)yuic.js"></ script> On Jul 18, 10:37 am, tomasconmas <[email protected]> wrote: > The thing is that I'm having a conflict btwn 2 scripts > > On Jul 17, 8:40 pm, Ryan Florence <[email protected]> wrote: > > > > > You've got to reduce your code to the specific bit you are trying to get > > help with, not put your entire website on jsfiddle. > > > Sent from my iPhone > > > On Jul 17, 2010, at 6:07 PM, tomasconmas <[email protected]> wrote: > > > > Ok I'm trying to set the file over there but I just don't know how > > > does it works. Am I supposed to put the entire code? which part? if > > > it's more than one css code, or .js script what should I do. > > > > Thanks a lot guys > > > > On Jul 17, 4:20 pm, Arian <[email protected]> wrote: > > >>www.jsfiddle.net > > > >> On 17 jul, 21:46, tomasconmas <[email protected]> wrote: > > > >>> Oh ok... so how do I do that?. > > > >>> On Jul 17, 2:43 pm, Sanford Whiteman <[email protected]> > > >>> wrote: > > > >>>>> I meant the whole html file. I'm just trying to make this 3 > > >>>>> javascripts work, but it' not happening. > > > >>>> Right, build it in a jsFiddle so we can not only see what you mean, > > >>>> but fix it in-place. > > > >>>> -- S.
