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

my sub menus wont change color


Poster: macaroo
Dated: Tuesday August 17 2004 - 16:43:09 BST

ok this is a little confusing. i have my menustyle, with pretty much exactly the same settings from the original download. for some reason though, any item that has a showmenu=foo; attached to it is a different color than the rest of the menu. any idea how to fix this? the top level items should all be bgcolor 333333 and text color fefefe. same with all the sub menus. any help is appreciated.
with(menuStyle=new mm_style()){
onbgcolor="#FEFEFE";
oncolor="#333333";
offbgcolor="#333333";
offcolor="#FEFEFE";
clickbgcolor='#333333';
clickcolor='#FEFEFE';
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#333333";
separatorsize="1";
padding=2;
fontsize="75%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#fefefe";
headercolor="#454545";
headerbgcolor="#cc0033";
subimage="http://207.81.158.148/clubcard/scripts/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#999999', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.7)";


Poster: Andy
Dated: Tuesday August 17 2004 - 22:26:36 BST

Hi,

The problem is with your CSS - You have BACKGROUND-COLOR: white; declared for ALL <TR's>

If I remove this it fixes things.

Let me know if you can't remove this CSS property and I'll see what I can do.

Cheers
Andy