5.3x One submenu not working

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Swetsenegger
Super Advanced
Super Advanced
Posts: 32
Joined: Sun Jun 13, 2004 11:05 pm
Location: Rotterdam, The Netherlands
Contact:

5.3x One submenu not working

Post by Swetsenegger »

After updating to 5.3x one url in a submenu is not working anymore.

look at http://home.planet.nl/~swets021
Click 'Persoonlijk' (personal)
In the submenu click 'Saskia'
In the next submenu try to click 'Saskia'

This is not working, it does not open the new page. With older versions it did. And if you look in the menu-item 'IJsland' where I did something similar, it is working.

The relevant menu_data code:

Code: Select all




_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#222222";
oncolor="#00ffff";
offbgcolor="#000000";
offcolor="#00aaff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
closeonclick=1;
separatorcolor="#000055";
separatorsize="1";
padding=4;
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma, Sans";
itemwidth=130;
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.5);Alpha(opacity=75);Shadow(color='#151515', Direction=135, Strength=10)";
outfilter="randomdissolve(duration=0.5)";
}

with(milonic=new menuname("Persoonlijk")){
left="offset=-10";
style=menuStyle;
aI("text=Saskia;showmenu=saskia;status=Onze dochter;");
aI("text=huwelijk;showmenu=huwelijk;status=Onze trouwdag met 2 gezichten;");
}

with(milonic=new menuname("saskia")){
style=menuStyle;
left="offset=-20";
aI("text=Saskia;url=saskia.htm;status=Verslag van de eerste week;");
aI("text=Vaders overpeinzing;showmenu=papa;status=Pa spreekt;");
}
Not a to big deal, just using an older version (5.26 I think), but it seems like a bug to me
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

This bug has been fixed in the new version.

Currently this is version 5.31b but will soon become version 5.32 once testing has been completed.

Cheers
Andy
Swetsenegger
Super Advanced
Super Advanced
Posts: 32
Joined: Sun Jun 13, 2004 11:05 pm
Location: Rotterdam, The Netherlands
Contact:

Post by Swetsenegger »

Andy wrote:Hi,

This bug has been fixed in the new version.

Currently this is version 5.31b but will soon become version 5.32 once testing has been completed.

Cheers
Andy
Hmz, then I probably had version 5.31a

Thanks, I'll try tonight
Swetsenegger
Super Advanced
Super Advanced
Posts: 32
Joined: Sun Jun 13, 2004 11:05 pm
Location: Rotterdam, The Netherlands
Contact:

Post by Swetsenegger »

Solved...
Post Reply