There could also be other problems. But one certainly is that on the non-working page the highlighted:
Code:
</div></div><!-- End Footer --><!-- #EndLibraryItem -->
<!--[if !IE]> -->
<script type="text/javascript" src="style/js/jquery.corner.js"></script>
<!-- <![endif]-->
<script type="text/javascript" src="style/js/scripts.js"></script>
</body>
</html>
is a 404 Not Found. On the working page it isn't. It contains (among other things) the initialization for the menu, the:
Code:
ddsmoothmenu.init({
mainmenuid: "menu",
orientation: 'h',
classname: 'menu',
contentsource: "markup"
})
If you were to change it to:
Code:
</div></div><!-- End Footer --><!-- #EndLibraryItem -->
<!--[if !IE]> -->
<script type="text/javascript" src="style/js/jquery.corner.js"></script>
<!-- <![endif]-->
<script type="text/javascript" src="../style/js/scripts.js"></script>
</body>
</html>
that should take care of it.
The browser cache may need to be cleared and/or the page refreshed to see changes.
Bookmarks