my sub menus wont change color

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
macaroo
Beginner
Beginner
Posts: 3
Joined: Tue Aug 10, 2004 12:05 am

my sub menus wont change color

Post by macaroo »

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)";
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

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
Post Reply