What have I done incorrectly, so that the Valentine Strike Item can stand by itself and not grouped with the next Item 'Other'
in action at: http://freepages.family.rootsweb.com/~shurley/
Code: Select all
with(milonic=new menuname("People")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("bgimage=mint_top.gif;status=(aq) Parents;text=Parents;url=parents.htm;");
aI("bgimage=mint_mid.gif;text=Paul Hurley;url=paul.htm;");
aI("bgimage=mint_mid.gif;text=Maureen Hurley;url=maureen.htm;");
aI("bgimage=mint_mid.gif;text=Suzanne Hurley;url=suzanne.htm;");
aI("bgimage=mint_mid.gif;text=Brian Hurley;url=brian.htm;");
aI("bgimage=mint_mid.gif;text=Peter Hurley;url=peter.htm;");
aI("bgimage=mint_bot.gif;showmenu=pf;status=pf;text=Pete's family;");
}
with(milonic=new menuname("pf")){
itemheight=24;
itemwidth=126;
style=submenuStyle;aI("bgimage=mint_mid.gif;text=Valentine Strike;url=strike.htm;");
aI("bgimage=mint_bot.gif;showmenu=op;status=op;text=Others;");
}
with(milonic=new menuname("op")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("bgimage=mint_top.gif;text=- John Hurley;url=john-hurley.htm");
aI("bgimage=mint_bot.gif;text=- Michael Collins;url=collins.htm");
}