How can I put two menus on the same page? I've really been having some trouble with this. is there any possible way to do it? I want to have them in different tables.
I'm interested in any advise i can get. Thanks.
Two menus on one page? :?:
See http://tiggrsuccess.com/ (and lots of other sites from folks here).
You'll see a vertical and a horizontal. I set up two different menu files, top_array.js and side_array.js - very original, I thought! Make sure you keep the style names and menu names different in the two files (e.g., they both cannot contain 'MainMenu' by name). Set up the calls as instructed in the table menu demo on the main site.
You'll see a vertical and a horizontal. I set up two different menu files, top_array.js and side_array.js - very original, I thought! Make sure you keep the style names and menu names different in the two files (e.g., they both cannot contain 'MainMenu' by name). Set up the calls as instructed in the table menu demo on the main site.
John
Another possibility:
John's approach works well, especially if you don't always have both menus available on every page, or if you prefer the logic of having one .js file for each logical menu structure. But if you're planning to have both menus available on every page, you could put all of the code for both menus into the same menu_data.js file. Only one file to load that way.
Just another approach.
Cheers,
Kevin
John's approach works well, especially if you don't always have both menus available on every page, or if you prefer the logic of having one .js file for each logical menu structure. But if you're planning to have both menus available on every page, you could put all of the code for both menus into the same menu_data.js file. Only one file to load that way.
Just another approach.
Cheers,
Kevin