Results 1 to 2 of 2

Thread: Jim Salyer dhtml menu

  1. #1
    Join Date
    Jun 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Jim Salyer dhtml menu

    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

  2. #2
    Join Date
    Jun 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I tried adding another menu like this (in the init function)

    Code:
    //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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •