Hi,
I am using Jim's DHTML menu script v5.7, and I was just wondering if I could have 2 menus on a page, and if so how do I accomplish this. Thanks for any help
I tried adding another menu like this (in the init function)
//lower menu
menus[3] = new menu(150, "vertical", 146, 400, -2, -2, "#003366", "#ACB2D5", "Arial,Helvetica", 8,
"bold", "bold", "white", "black", 1, "#ACB2D5", 2, "rollover:images/tri-right1.gif:images/tri-right2.gif", false, true, true, false, 12, false, 4, 4, "");
menus[3].addItem("test.asp", "", 25, "left", "testd", 0);
menus[3].addItem("test2.asp", "", 25, "left", "testf", 0);
menus[3].floatMenu(1024, 768, 100, 5);
that is of course along with the code originally in the config.js file
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.