I am not able to find out the reason for the strange color the academics menu is taking up.
The above code is till it is relevant.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()){
bordercolor="lavender";
borderstyle="solid";
borderwidth=3;
fontfamily="Verdana, Tahoma, Arial";
fontsize="85%";
fontstyle="normal";
offbgcolor="#005588";
offcolor="#ffffff";
onbgcolor="ghostwhite";
oncolor="darkslategray";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="lavender";
separatorsize=2;
subimage="http://futureaccountant.com/images/arrowoff.gif";
onsubimage="http://futureaccountant.com/images/arrowon.gif";
subimagepadding=4;
}
with(subMenuStyle=new mm_style()){
bordercolor="#aaaaaa";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="85%";
fontstyle="normal";
offbgcolor="Ghostwhite";
offcolor="darkslategray";
onbgcolor="white";
oncolor="mediumblue";
padding=4;
onbold=1;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="lavender";
separatorsize=2;
}
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=75;
left=15;
orientation="horizontal";
style=menuStyle;
aI("text=Home;url=/;");
aI("showmenu=Academics;text=Academics;");
aI("showmenu=OnlineClass;text=Online_Class;");
aI("showmenu=TestsExams;text=Tests_Exams;");
aI("showmenu=Expanders;text=Expanders;");
aI("showmenu=Utilities;text=Utilities;");
aI("showmenu=Contact;text=Contact;");
}
with(milonic=new menuname("Academics")){
style=menuStyle;
aI("showmenu=StudyNotes;text=Study Notes;");
aI("showmenu=QA;text=Question Answers;");
aI("showmenu=PS;text=Problems Solutions;");
aI("text=Teaching Help;url=#;");
aI("text=Books;url=#;");
aI("text=Relevant Links;url=#;");
}
with(milonic=new menuname("StudyNotes")){
style=menuStyle;
aI("showmenu=TopicList;text=Ordered Topic List;");
aI("showmenu=RelevantTerms;text=Relevant Terms;");
aI("showmenu=BasicsConcepts;text=Basics/Concepts;");
aI("showmenu=AccountTypes;text=Account Types;");
aI("showmenu=AccountingRules;text=Rules of Accounting;");
aI("showmenu=Journal;text=Journal;");
aI("showmenu=Ledger;text=Ledger;");
aI("showmenu=TrialBalance;text=Trial Balance;");
aI("showmenu=Others;text=Other Aspects;");
}
with(milonic=new menuname("TopicList")){
style=subMenuStyle;
aI("text=Topic List;url=/ap/study-notes/default.php;");
}
Can someone help me out please