Menu Item calls Submenu and is also a link...

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Marc_J
Advanced
Advanced
Posts: 12
Joined: Mon Apr 04, 2005 12:29 pm

Menu Item calls Submenu and is also a link...

Post by Marc_J »

I've downloaded the sample menu and want to know if it can do what I need before putchasing a license, so.....

1) If I have a text Menu Item which calls a SubMenu, can I also make that item a link?

eg.

Home
About Us
Products
|--->Product 1
|--->Product 2
|--->Product 3
Contact Us

The "Products" item calls the submenu, but I also want it clickable and links to a products overview page. Is this possible, and if so...how?

2) My menu is Horizontal, but by default submenus are vertical - can submenus be horizontal, too? Instructions would be handy if it's possible!

Thanks!
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi Marc_J,
You can have an aI string both calling a showmenu and a link by putting in both parameters. i.e.

Code: Select all

aI("text=yourText;showmenu=yourSubmenu;url=theURL;");
There is a menu sample, the third one down on the DHTML Menu samples that is all horizontal. Vertical is the default on the menus, adding orientation="horizontal"; will make any menu with that in it horizontal.

Ruth
Marc_J
Advanced
Advanced
Posts: 12
Joined: Mon Apr 04, 2005 12:29 pm

Post by Marc_J »

Thanks!

I guess I was in too much of a rush to ask - as I managed to figure it out myself :)

Great product btw :D
Post Reply