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

Re: menucolor on submenu


Poster: alexwbf
Dated: Sunday April 13 2008 - 13:16:43 BST

ok, i got it. you were right, the stylesheet with the .menu table class was the problem.
many thanks for your help, I really apprechiate that.

Re: menucolor on submenu


Poster: Ruth
Dated: Sunday April 13 2008 - 11:04:57 BST

Hi,

OK, I found it. I didn't think I was ever going to find the darn thisn. It is in the stylesheet, two items, the TABLE coding and the .menu TABLE coding.

The only fix I found was to change the generic TABLE coding to a class and calling it in each table, then in the .menu TABLE class, the only thing I found would work was to remove the background color totally. The reason for that is because with the bgcolor in that .menu TABLE class, when you moused over the showmenu items they would not change to the onbgcolor.

Ruth

Re: menucolor on submenu


Poster: John
Dated: Tuesday April 15 2008 - 15:50:48 BST

Also note that you do not need to call all the files you have listed (milonic_menu_code.js, miloni_src.js [sic], menudom.js [sic] and mmenus4.js). milonic_menu_code.js is a combo of milonic_src.js and mmenudom.js. Call either the first item, or the second and third, but not all three. Note also that if you call just the first there will be no support for NS4 (no loss there).

menucolor on submenu


Poster: alexwbf
Dated: Saturday April 12 2008 - 15:41:07 BST

hi, I want to change the menucolor. no problem but the color on any background where a submenu appears stays in the old one:
the website link:
http://www.bodypainting-festival.com/ko ... nfo_ko.php

the menu settings:

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=20;
_subOffsetLeft=-10;



with(menuStyle=new mm_style()){
bordercolor="#ffcdcd";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11";
fontstyle="verdana";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffe0e0";
offcolor="#660000";
onbgcolor="#ffbaba";
oncolor="#cc0033";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#ffbaba";
pagecolor="black";
separatorcolor="#ff7373";
separatorsize=1;
separatorimage="http://www.bodypainting-festival.com/seperator2.gif";
subimage="http://www.bodypainting-festival.com/arrow.gif";
subimagepadding=1;
}

=================
I searched for the blue in any documents of the menu but without success. hope someone can help, thanks.
alex

Re: menucolor on submenu


Poster: Ruth
Dated: Saturday April 12 2008 - 19:47:46 BST

Hi,

I'm sorry but your menu is two years old. We can't help on other than the newest release since we don't have any idea what changes in programming have been made over the years, nor what fixes have been done. Whatever is going on may have been something that was fixed in a newer release.

Ruth

Re: menucolor on submenu


Poster: alexwbf
Dated: Saturday April 12 2008 - 21:00:55 BST

ok, I updated the latest files (milonic_menu_code.js, miloni_src.js, menudom.js and mmenus4.js)
but the problem is still the same ?