Click to See Complete Forum and Search --> : Inserting Javascript Menu Into Website


bazjones
11-05-2004, 04:18 AM
Hi Everyone
Im currently creating a website and have downloaded and edited a javascript navigation menu bar, which i want to include as the main menu bar on my website. I know how to include a script and set the source but i have 5 files which came with the download and im not sure which one to include so that the menu bar shows on my website.
The files that i have are
Index.html
Menu.css
Menu.js
menu_items.js
menu_tpl.js

Can anyone help???
Thanks
Baz

mvivit
11-05-2004, 09:29 AM
Sight unseen, here's my guess.

Menu.css
Controls the style information for your menu.

Menu.js
An external set of JS functions for controlling your menu.

menu_items.js
Probably controls behavior of the individual menu items.

menu_tpl.js
I'm not sure about this file.

Your best bet is to spend some quality deconstructing the files.

Mary