Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:21
5.3x One submenu not working
Poster: Swetsenegger
Dated: Sunday July 4 2004 - 19:34:53 BST
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:
_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
Poster: Andy
Dated: Monday July 5 2004 - 12:35:42 BST
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