Click to See Complete Forum and Search --> : Horizontal Menu


krichard
08-16-2003, 11:57 AM
Helllo...

i found this javascript online to create a horizontal menu, but when i view it online, the menu doesnt appear.

<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">


<script language="javascript" src="dropdown_menu/sniffer.js"></script>
<script language="javascript1.2" src="dropdown_menu/custom.js"></script>
<script language="javascript1.2" src="dropdown_menu/style.js"></script>

</head>

<body>
<script language="JavaScript1.2" src="dropdown_menu/menu.js"></script>

</body>
</html>


I have all the appropriate files in a folder called dropdown_menu.... what am i doing wrong???? THANKS

Khalid Ali
08-16-2003, 02:10 PM
the possibility is that the menu is not being initiated.
See if there was any documentation with it that says how to init the whole process..