Results 1 to 2 of 2

Thread: Help with HV menu

  1. #1
    Join Date
    Feb 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with HV menu

    I have added additional level 1 menu items that are not showing up beyond the origional 5 that were contained in the example menu. 6, 7 and 8 do not show up in the menu- Please help! They are as follows:

    // Menu tree
    // MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
    // For rollover images set "Text to show" to: "rollover:Image1.jpg:Image2.jpg"

    Menu1=new Array("Home","home.htm","",0,20,138);

    Menu2=new Array("About Us","","",2);
    Menu2_1=new Array("Management Team","management.htm","",0,20,150);
    Menu2_1_1=new Array("","","",0,20,150);
    Menu2_1_2=new Array("","","",0);
    Menu2_1_3=new Array("","","",0);

    Menu2_2=new Array("Contracting Vehicles","ContractingVehicles.htm","",0);
    Menu2_2_1=new Array("","","",0,20,200);
    Menu2_2_2=new Array("","","",0);
    Menu2_2_3=new Array("","","",0);

    Menu3=new Array("Expertise","","",2);
    Menu3_1=new Array("IT Management Expertise","ManagementExpertise.htm","",0,20,150);
    Menu3_2=new Array("IT Technical Expertise","ITTechnicalExpertise.htm","",0);
    Menu3_3=new Array("","","",0);

    Menu4=new Array("Services","","",3);
    Menu4_1=new Array("Business Consulting","BusinessConsulting.htm","",0,20,150);
    Menu4_2=new Array("IT Consulting","ITConsulting.htm","",0);
    Menu4_3=new Array("IT Training","ITTrainig.htm","",0);
    Menu4_4=new Array("","","",0);

    Menu5=new Array("Client Solutions","","",3);
    Menu5_1=new Array("Commercial","Commercial.htm","",0,20,150);
    Menu5_2=new Array("Government","Government.htm","",0);
    Menu5_3=new Array("Healthcare","Healthcare.htm","",0);

    Menu6=new Array("Careers","Careers.htm","",2);
    Menu6_1=new Array("Benefits","Benefits.htm","",0,20,150);
    Menu6_2=new Array("Resume Builder","ResumeBuilder.htm","",0);

    Menu7=new Array("News","News.htm","",2);
    Menu7_1=new Array("Press Releases","PressReleases.htm","",0,20,150);
    Menu7_2=new Array("Sponsored Events","SponsoredEvents.htm","",0);

    Menu8=new Array("Contact Us","ContactUs.htm","",0);

  2. #2
    Join Date
    Feb 2006
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    At the very top of the exmplmenu_var.js is a line that goes:

    var NoOffFirstLineMunus=5; you have to change the 5 to how ever many lines you have, in your case 8.

    Hope that helps.

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
  •