Results 1 to 4 of 4

Thread: HV Menu v5.5

  1. #1
    Join Date
    Dec 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HV Menu v5.5

    i just downloaded HV Menu v5.5

    How do you make the menu a horizontal menu instead of a vertical menu?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.


    Follow the instructions in on config.htm
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes, I know that

    But specifically what instructions in there?

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    FirstLineHorizontal
    Number 1 or 0- When set to 1 the elements of the first level are placed horizontal next to each other.
    When set to 0 these elements are placed vertical below each other.
    That means that in exmplmenu_var.js this:

    Code:
    var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
    should be set to 1:

    Code:
    var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL

    Really though, read and learn, experiment - try things out. Consult not only the config.htm, but also the exmplmenu_var.js file's comments as well. That's the only way you will become familiar with this admittedly somewhat confusing, somewhat outdated, but still quite serviceable menu.

    To my credit, I can truthfully say, "I didn't write any of it."
    Last edited by jscheuer1; 12-27-2007 at 03:42 AM. Reason: English Usage
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •