- put the body of your HTML (without <body> tags) in the HTML part of jsFiddle (if possible only the relevant parts) - put the relevant part of your CSS in the CSS part of jsFiddle - put the javascript you're trying to get working in the javascript part of jsFiddle - click 'Save' - E-mail the URL to the mailing list
Also, the first thing I noticed is you loading these scripts: - scripts/mootools-1.2.1-core-yc.js - scripts/mootools-1.2-more.js - js/mootools.js - js/mootools-1.2-more(slider-drag-scroll)yuic.js That's 2 times MooTools Core, 2 times MooTools More, and they all seem to be old versions as well. You should start by downloading the latest versions from: - http://mootools.net/download - http://mootools.net/more And you only need 1 Core and 1 More.
