Results 1 to 5 of 5

Thread: HV Menu, Possibly something simple???

  1. #1
    Join Date
    Oct 2007
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HV Menu, Possibly something simple???

    1) Script Title: HV Menu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...menu/index.htm

    3) Describe problem: This may be something relatively simple. I am new to this script and wondered if anyone who has used it may be able to help. I´ve got it pretty much how I want it, but on the Menu1 item, when I try to add another level it stops working. When I revert back it works fine. Can anyone offer any assistance please?

    Menu1=new Array("About Us","http://www.yahoo.com","",0,20,138);

    This works fine...

    Changed to...

    Menu1=new Array("About Us","http://www.yahoo.com","",1,20,138);
    Menu1_1=new Array("Definitions","http://www.yahoo.com","",0);

    Menu does not show.

    What am I missing?

    Thanks in advance for any help you can offer.

  2. #2
    Join Date
    Oct 2007
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Can anyone help please - I´m stuck?

  3. #3
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Does this help?:
    Menu1=new Array("About Us","http://www.yahoo.com","",1,20,138);
    Menu1_1=new Array("Definitions","http://www.yahoo.com","",0,20,138);

    Arie Molendijk.

  4. #4
    Join Date
    Oct 2007
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That worked. Thank you for your help.

  5. #5
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    That seems to imply that the HV menu absolutely wants the width and the height in the first line of a new array.
    If my memory serves me right, width and height are inherited for the subsequent lines.

    Arie Molendijk.

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
  •