Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

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:23

one menu item shows up in a different color


Poster: icfsindia
Dated: Friday November 25 2005 - 18:51:47 GMT

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.

Quote:
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


Poster: icfsindia
Dated: Friday November 25 2005 - 19:13:31 GMT

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


Poster: Ruth
Dated: Friday November 25 2005 - 21:52:39 GMT

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