I have a script working fine outside Actinic but once inside Actinic it complains about Object not recognised.
It is coming from using:
<script type="text/javascript">
window.addEvent('domready', function(){
var myMenu = new ImageMenu($$('#imageMenu a'),{openWidth:310, border:2});
});
</script>
in the <head> of the page. This is from Mootools library. It fails in both IE and FF when previewing. Any pointers greatly welcomed.
v9.0.2
It is coming from using:
<script type="text/javascript">
window.addEvent('domready', function(){
var myMenu = new ImageMenu($$('#imageMenu a'),{openWidth:310, border:2});
});
</script>
in the <head> of the page. This is from Mootools library. It fails in both IE and FF when previewing. Any pointers greatly welcomed.
v9.0.2
Comment