Multiple Links within MenuItem

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
TonyMontana
Beginner
Beginner
Posts: 7
Joined: Thu Dec 30, 2004 5:27 pm

Multiple Links within MenuItem

Post by TonyMontana »

Hello,

i'm playing with the menu for using it in an webproject cause it is the only menu out there with the capability to overly a quicktime movie. Thie movie is presentet in nearly fullscreen mode on the side. The job of the Menu is to display more information about the displayed movie. So I have 4 core Menue items add the root level.

More Info | Select location | The technique | The photographer

These 4 Items only have only one underlying menuitem which is sized to display the requested information. This text ist not really short and not that what a "MenuItem" should be, but it works. :-) But now i want to and more then on Link to one menuItem. I'am using the text Property to add pure HTML code into that MenuItem which is displayed correctly, but embedded links or javascript code is not working.
My question now is, if there is a possiblity to realize my needs with the Milonic menu? I there an alternative approach?

Thanks all out there and a happy new year's eve

Tony
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

You need to specify that the menu item is HTML and not just a normal menu item.

You can do this by adding type=html; to the aI() string.

Hope this helps
Andy
Post Reply