captjack Posted April 5, 2008 Share Posted April 5, 2008 Hello I'm attempting to implement moo tools in our top horizontal menus to match the menu system in our main site. <script type="text/javascript"> window.addEvent('domready', function() { new moomenu($E('ul.nav'), { bgiframe: false, delay: 500, animate: { props: ['opacity', 'width', 'height'], opts: { duration:400, fps: 100, transition: Fx.Transitions.sineOut } } }); }); </script> all of the other .js loads fine but the above script causes the page to go white and load blank any suggestions? Jack 0 Quote Link to comment Share on other sites More sharing options...
BAJI26 Posted April 5, 2008 Share Posted April 5, 2008 Try: {literal} <script type="text/javascript"> window.addEvent('domready', function() { new moomenu($E('ul.nav'), { bgiframe: false, delay: 500, animate: { props: ['opacity', 'width', 'height'], opts: { duration:400, fps: 100, transition: Fx.Transitions.sineOut } } }); }); </script> {/literal} 0 Quote Link to comment Share on other sites More sharing options...
captjack Posted April 5, 2008 Author Share Posted April 5, 2008 BAJI26 Thanks, That did the trick, much appreciated Jack 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.