Hi,Nazcar
Use the noscript addons for firefox then try to activate step by step all scripts (in the meantime check if mootools and the associated plug-in works for your all your site)
To be honest, it’s a bit tricky to give you THE solution because I think mootools is not a standardized tool.
for noobslide, my configuration in the header.php of wordpress theme is (and it works):
– just before <?php cufon(‘header’); ?> insert the CSS, JS code and the tiny script [window.addEvent(‘domready’,function(){] !!!CHOOSE only one code sample and ERASE the the other’s code
-after <script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js”></script> INSERT
<script>jQuery.noConflict();</script>
-Then your
<div class=”sample”>
<div class=”mask_i”>
<div id=”box_i” >
etc…
somewhere in your <body>