i just downloaded HV Menu v5.5
How do you make the menu a horizontal menu instead of a vertical menu?
i just downloaded HV Menu v5.5
How do you make the menu a horizontal menu instead of a vertical menu?
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
Yes, I know that
But specifically what instructions in there?
That means that in exmplmenu_var.js this: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.
should be set to 1:Code:var FirstLineHorizontal=0; // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
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