one menu item shows up in a different color

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
icfsindia
Beginner
Beginner
Posts: 2
Joined: Fri Nov 25, 2005 7:46 pm

one menu item shows up in a different color

Post by icfsindia »

http://www.futureaccountant.com/ap/stud ... efault.php

I am not able to find out the reason for the strange color the academics menu is taking up.
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;");

}
The above code is till it is relevant.

Can someone help me out please
icfsindia
Beginner
Beginner
Posts: 2
Joined: Fri Nov 25, 2005 7:46 pm

Post by icfsindia »

Was able to resolve the issue by removing the definition

pagebgcolor="#82B6D7";
pagecolor="black";

in the menuStyle defintion subMenuStyle definitions.


Number of interpretations are lingering in my mind for the possible reasons for the same...

Don't feel like confusing others with those.

If you feel like you would benefit by knowing my interpretations... contact me through the web site..

thanks for those who put up this facility. I could look up with hope .....

ratnakar
futureaccountant.com
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Pageborder, pageclass, pagecolor, pagebgcolor, pageimage, pageseparatorimage, pagesubimage, are all used to do a 'you are here' path highlighting so the person knows which menus took them where they have arrived.

Ruth
Post Reply