Thanks esmi,
I read through the page and tried some things.
I used this code between the <meta> and <link> tags:
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/mootools.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/nav.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/studio.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/AC_RunActivecontent.js"></script>
And then create the div that displays the menu after the </head>:
<div id="header">
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/head_wp.js"></script>
</div><!-- #header -->
And it functions that way on FF4, Chrome and Safari. But it still isn’t displaying in IE and FF 3.6
I’ve also tried enqueueing mootools first, but that didn’t work either. I’m not sure if I need to enqueue all my initial scripts.
I’m going to keep trying here. Hopefully a breakthrough will come soon. Anybody know what might be wrong?