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;");
}