There are so many other scripts on the page, most likely one or more of them is in conflict. Also (nothing to do with your question), you have not followed the DD terms of use. You need to display the script credit on each page that uses it, not just in the externally linked file and (unrelated to the usage terms) the Language attribute has been deprecated for the type attribute:
Code:
<script type="text/javascript" src="menu.js">
/***********************************************
* Switch Menu script- by Martial B of http://getElementById.com/
* Modified by Dynamic Drive for format & NS4/IE4 compatibility
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
not:
Code:
<script language="JavaScript" src="menu.js"></script>
Bookmarks