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
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