var nom = 4; // Number of menus
var usePictures = 1; // use pictures? 1 = yes, 0 = no
var ttls = new Array(); // An array for the title objects
var subs = new Array(); // An array for the submenu objects
var lastn;
var lastmove;
if (document.layers) {
visible = 'show';
hidden = 'hide';
}
else...
OK, here's the code I have. I'm sorry about it being long but I found it on javascript.internet.com. It was the only place I could find anything close to what I wanted.
var nom = 4; // Number of menus
var usePictures = 1; // use pictures? 1 = yes, 0 = no
var ttls = new Array(); // An array...
Ok, here's a part of the menu I'd like to have on one of my frames:
Home
Serial Numbers
Fordson at Work
Farming
Forestry
City Work
Plowing
My Work
1922 Fordson
Tool Collection
Fairs
...
...
Now what I would like to have the main menu have just the 4 items to the far...
I am currently working on a frame which contains a main menu. What I need is to have a few of the items expand with some submenu items. I have seen one method on the web, but when a user clicks on a different item while one is expanded, the previous submenus close. Does anyone know how to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.