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!
Menu Item calls Submenu and is also a link...
Hi Marc_J,
You can have an aI string both calling a showmenu and a link by putting in both parameters. i.e.
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
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;");
Ruth