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:34
CAN'T DELETE TAB!
Poster: Someone
Dated: Friday May 18 2007 - 20:00:57 BST
Hi all,
I've got 1 problem.
I have that menu (it's perfect ) but I can't delete that Milonic- tab
Can someone help me?
here is my code:
Code:
fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
with(menuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#ffffff";
oncolor="#000000";
outfilter="fade(duration=0.5)";
pagecolor="black";
rawcss="padding-top:4px;padding-bottom:1px";
separatorcolor="#FFFFFF";
separatorheight=16;
separatorsize=1;
}
with(submenuStyle=new mm_style()){
bordercolor="#CDCDCD";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offbgcolor="#E9E9E9";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#747A75";
outfilter="fade(duration=0.5)";
padding=5;
pagecolor="black";
subimage="9x6_rightbend_grey.gif";
subimagepadding=8;
}
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=21;
itemwidth=126;
left=10;
orientation="horizontal";
style=menuStyle;
top=10;
aI("align=center;bgimage=itemblue.gif;overbgimage=itemgreen_on.gif;text=Home;url=test.htm;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemyellow_on.gif;text=Home;url=test.htm;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemorange_on.gif;showmenu=Hoofdmenu;text=Hoofdmenu;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemcoral_on.gif;showmenu=BattleField 2142;text=BattleField 2142;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemviolet_on.gif;showmenu=BattleField Art;text=BattleField Art;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemblue_on.gif;showmenu=Download;text=Download;");
}
with(milonic=new menuname("Hoofdmenu")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Info;url=info.htm;");
aI("text=Contact;url=contact.htm;");
aI("text=Links;url=links.htm;");
}
with(milonic=new menuname("BattleField 2142")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Rangen;url=rangen.htm;");
}
with(milonic=new menuname("BattleField Art")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Programma's;url=progs.htm;");
aI("text=ScreenShots;url=screenshots.htm;");
}
with(milonic=new menuname("Download")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Downloads;url=downloads.htm;");
}
drawMenus();
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
with(menuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#ffffff";
oncolor="#000000";
outfilter="fade(duration=0.5)";
pagecolor="black";
rawcss="padding-top:4px;padding-bottom:1px";
separatorcolor="#FFFFFF";
separatorheight=16;
separatorsize=1;
}
with(submenuStyle=new mm_style()){
bordercolor="#CDCDCD";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offbgcolor="#E9E9E9";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#747A75";
outfilter="fade(duration=0.5)";
padding=5;
pagecolor="black";
subimage="9x6_rightbend_grey.gif";
subimagepadding=8;
}
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=21;
itemwidth=126;
left=10;
orientation="horizontal";
style=menuStyle;
top=10;
aI("align=center;bgimage=itemblue.gif;overbgimage=itemgreen_on.gif;text=Home;url=test.htm;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemyellow_on.gif;text=Home;url=test.htm;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemorange_on.gif;showmenu=Hoofdmenu;text=Hoofdmenu;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemcoral_on.gif;showmenu=BattleField 2142;text=BattleField 2142;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemviolet_on.gif;showmenu=BattleField Art;text=BattleField Art;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemblue_on.gif;showmenu=Download;text=Download;");
}
with(milonic=new menuname("Hoofdmenu")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Info;url=info.htm;");
aI("text=Contact;url=contact.htm;");
aI("text=Links;url=links.htm;");
}
with(milonic=new menuname("BattleField 2142")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Rangen;url=rangen.htm;");
}
with(milonic=new menuname("BattleField Art")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Programma's;url=progs.htm;");
aI("text=ScreenShots;url=screenshots.htm;");
}
with(milonic=new menuname("Download")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Downloads;url=downloads.htm;");
}
drawMenus();