vertical tr td menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
fatNjazzy
Advanced
Advanced
Posts: 20
Joined: Tue Nov 22, 2005 5:19 pm

vertical tr td menu

Post by fatNjazzy »

hi.
i just got my new license and i have a problem.
i want to create a vertical menu that each td is an item.
(so i can manipulate it eazy).
aI("text=<tr><td class=mnu>item1</td></tr>;showmenu=submenu1;")
aI("text=<tr><td class=mnu>item1</td></tr>;showmenu=submenu2;")
i get errors this way and if i remove the tr td it works fine.
i must work with vertical menu inside a table.
BTW, is there an other support fir registered users.
thanks
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

vertical menu

Post by Migru »

Hi

try this

viewforum.php?f=14

Suggestion: Read everything before you start, download the samples,
study the code, start setting up your own menu using the samples by modifying them to your needs.

kind regards

Michael
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

You're expecting the menu to 'understand' that it's already inside a table, and therefore the tr/td stuff should work. Don't think it works that way.

I also don't understand why you are trying to do this. Just set it up according to these instructions.
John
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

You cannot create a 'table' inside the main menu and have smoething in each table cell inside that main menu which would open a showmenu. You can do what you want but not from inside the menu.

There are two options, I can visualize:

1. create a table on the page, put a link in each cell and use the popup function for the menu. http://milonic.com/menusample24.php THis menu uses pop menus from an image link, but you can put the images into a table cell on the page and that way you can pop up a different submenu from each image in each cell.

2. You can create a table on the page, and in each cell just put a 'main' menu which opoens a particular submenu. All menus in the Milonic system can be either main or sub menus. So, you'd put cell1, mainmenu1, cell2, mainmenu2 and each one of those would open whatever submenus you had listed to have open.

Ruth
Post Reply