Submenus with Submenus: Font color?
Submenus with Submenus: Font color?
Howdy,
First off, great product, I'm very impressed and pleased with it.
I have a horizontal menu with a submenu that has four items, that in turn has two submenus off of it. I am trying to find the code for the font color for the two menu items that have submenus off of them. For some reason, if a submenu has a submenu, the font is much darker, and I can't find out where to set this.
I apologize if this has been asked before. I did a search, but everthing I searched for came back with over 1000 hits.
Thanks for your time.
First off, great product, I'm very impressed and pleased with it.
I have a horizontal menu with a submenu that has four items, that in turn has two submenus off of it. I am trying to find the code for the font color for the two menu items that have submenus off of them. For some reason, if a submenu has a submenu, the font is much darker, and I can't find out where to set this.
I apologize if this has been asked before. I did a search, but everthing I searched for came back with over 1000 hits.
Thanks for your time.
Hi,
I'm not sure why you are getting a darker color. Can you post a test page, or post the menu_data.js code here so we can see it? The test page would be the best, but if you post the code make sure you use the code button above to open and close the data.
Also, if you have a css file, try removing that [just for testing] and see if the colors become what the others are. If they do, then something in the css is causing that.
Ruth
I'm not sure why you are getting a darker color. Can you post a test page, or post the menu_data.js code here so we can see it? The test page would be the best, but if you post the code make sure you use the code button above to open and close the data.
Also, if you have a css file, try removing that [just for testing] and see if the colors become what the others are. If they do, then something in the css is causing that.
Ruth
Howdy,
Thanks for responding so quickly.
I tried removing my CSS file as suggested, but the problem is still happening. I don't have it accessible right now, so here's the code:
Any help given is greatly appreciated.
Thanks,
Thanks for responding so quickly.
I tried removing my CSS file as suggested, but the problem is still happening. I don't have it accessible right now, so here's the code:
Code: Select all
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#3a3a3a";
offcolor="#efefef";
onbgcolor="#000080";
oncolor="#ffffff";
visitedcolor="#efefef";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#3a3a3a";
pagecolor="#ffffff";
separatorcolor="#cccccc";
separatorsize=1;
subimage="images/menuarrow.gif";
subimagepadding=5;
align="left";
}
with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Location;showmenu=Location;")
aI("text=Services;url=/services.php;")
aI("text=Departure Sequence;url=/departseq.php;")
aI("text=Diagrams;showmenu=Diagrams;")
}
with(milonic=new menuname("Diagrams")){
style=menuStyle;
aI("text=Local Area Map;url=/images/areamap.jpg;")
aI("text=Staging Diagram;url=/images/bikestaging.jpg;")
aI("text=Ride Start Diagram;url=/images/bikerelease.jpg;")
}
with(milonic=new menuname("Safety")){
style=menuStyle;
aI("text=Safety Basics;url=safetybase.php;");
aI("text=Staging Basics;url=stagingbase.php;");
aI("text=Going to The Pentagon;url=goingtopentagon.php;");
aI("text=Rolling Thunder;url=rollingthunder.php;");
}
drawMenus();
Thanks,
Re: Submenus with Submenus: Font color?
Thanks very much for the kind words. Most appreciated.ShadowBox wrote:First off, great product, I'm very impressed and pleased with it.
The code you posted doesn't include everything you have described here. There's no main menu and not enough subs (if I read it right).ShadowBox wrote:I have a horizontal menu with a submenu that has four items, that in turn has two submenus off of it. I am trying to find the code for the font color for the two menu items that have submenus off of them. For some reason, if a submenu has a submenu, the font is much darker, and I can't find out where to set this.
Got something else lurking somewhere?
John
hi again,
Thanks for the quick response!
I put up a the menu itself on my personal space, which you can see at the following:
http://www.ragnarok.net/~shad/menutest/menutest.php
I'm trying to figure out where to change the color of the text that reads "Location" and "Diagram" under the "About the Ride" menu.
I copied the complete contents of the menu_data.js file and pasted them here in my previous post. Is there a different file that I need to copy?
Thanks again for all the help
Thanks for the quick response!

I put up a the menu itself on my personal space, which you can see at the following:
http://www.ragnarok.net/~shad/menutest/menutest.php
I'm trying to figure out where to change the color of the text that reads "Location" and "Diagram" under the "About the Ride" menu.
I copied the complete contents of the menu_data.js file and pasted them here in my previous post. Is there a different file that I need to copy?
Thanks again for all the help

Hi -
It's picking up the visitedcolor="#efefef";. I commented that line out and all text is now white (see http://www.west.asu.edu/sa/testsite/index2.htm). You might want to change that color value.
Also, I removed the DIVs you had in there. The menu does not like to be cooped up in them. One (right before the table) was not closed.
It's picking up the visitedcolor="#efefef";. I commented that line out and all text is now white (see http://www.west.asu.edu/sa/testsite/index2.htm). You might want to change that color value.
Also, I removed the DIVs you had in there. The menu does not like to be cooped up in them. One (right before the table) was not closed.
John
I'm up in Northern VA, about 40 minutes outside of DC in a little place called Sterling.Where in VA? I went to school in Salem.
The whole state of AZ changes everytime I come back. My dad lives in Flagstaff still, and I swear, I come and half the town has changed. Amazing how fast it grows while you're gone...
That one I'm not familiar with.ShadowBox wrote:I'm up in Northern VA, about 40 minutes outside of DC in a little place called Sterling.
Heh - not only while you're gone, my friend. It's a daily deal.ShadowBox wrote:The whole state of AZ changes everytime I come back. My dad lives in Flagstaff still, and I swear, I come and half the town has changed. Amazing how fast it grows while you're gone...

John
I would've been surprised if you had. It's a small enough place that we're not incorporated: i.e., no police, no fire department...That one I'm not familiar with.
I hear that. I live in Loudoun County which is the fastest county in the entire country. You can drive by and empty lot one week, the next week there's a neighborhood development and 3 strip malls there.Heh - not only while you're gone, my friend. It's a daily deal
Crazy
