Multiple Links on a line using the Vertical Menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
pakaymc
Beginner
Beginner
Posts: 5
Joined: Mon Sep 25, 2006 12:36 pm

Multiple Links on a line using the Vertical Menu

Post by pakaymc »

Is it possible to have two links on the same line while using the Vertical menu? As an example


| Home | Logoff |..............Two Links
| Contact US |..............One link
| Links |..............One link
| FAQ | Support |..............Two links

I realize this may not be the best representation of a menu but you should be able to understand my request. I have this design at http://www.njcgl.com. I plan on replacing my current menu with the Milonic menu.

TIA
Michael Pakay
pakaymc@gmail.com
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

You can put more than one link into an item by using the 'usual' link forumula and setting the item as type=html. As an example you're top line would be as follows, please note the single quotes, no double quotes in the aI string:

Code: Select all

aI("text=<A target=main href="http://websites.milonic.com/njcgl.com./Home1.php'>HOME</a>....<A target=main href='logoff.php'>Log Off</a>;type=html;");
This would be all on one line. The reason for the ... is because you can't use the non-breaking line space to make space between the items or only the first item will show on the line.

There are also other ways to set it up, using the frames version and submenus which look like they open over the main page, using divides which will divide the menu into columns. Is there some particular reason not to use submenus?

You can see the frames setup at the frames demo http://milonic.com/frames/

This contains two menus, one at the top and one at the side but you only have to use one.

Hope this helps.

Ruth
pakaymc
Beginner
Beginner
Posts: 5
Joined: Mon Sep 25, 2006 12:36 pm

Post by pakaymc »

Thank you Ruth. I will test this code over the weekend to see the results.

m
Post Reply