It would help to see a link to your page.
On the page, it lists the contents of the zip:
There are two .js files; you'll need to upload both of those, and have a script tag for each (and the copyright notice).
Here's that code:
Code:
<script src="mmenu.js" type="text/javascript"></script>
<script src="menuItems.js" type="text/javascript">
/***********************************************
* Omni Slide Menu script - � John Davenport Scheuer: http://home.comcast.net/~jscheuer1/
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
***********************************************/
</script>
That goes at the top of your page.
The other two files are just for your reference, but you might want to take a look.
the code above is from demo.htm, which has the menus setup. You'll need to copy the formatting there to get the menus to work on your page.
properties.htm is an explanation of how parts of the .js files work. You might want to change some of these, but it could be a bit complex.
Bookmarks