Can't Get Right COlor For 1st Menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
sondo2121
Beginner
Beginner
Posts: 9
Joined: Fri Jun 02, 2006 9:57 pm
Location: Ames, IA
Contact:

Can't Get Right COlor For 1st Menu

Post by sondo2121 »

http://www.sondermann1.net
http://www.sondermann1.net/menu_data.js

The first part of the menu is always a different color than the rest of the menu. How can I change it to be the same as the rest of the menu?

it seems to change with the pagebgcolor variable.

-Thanks in Advance.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

The menu actually looks fine and is doing what it is meant to do.

What I suggest is that you remove any reference to pagecolor and pagebgcolor in your menu_data.js file

hope this helps,
Andy
sondo2121
Beginner
Beginner
Posts: 9
Joined: Fri Jun 02, 2006 9:57 pm
Location: Ames, IA
Contact:

Post by sondo2121 »

What I ment, is that when i preview it on my computer, all the menus are the same format.

When I preview it on my website, the first menu link (Sondermann1.net Home) is of a White background.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

The page you are on is the same url as the url in that main menu item

Code: Select all

aI("status=Home;text=Sondermann1.net Home;url=http://www.sondermann1.net");
Now, in your menuStyle which is the style used for that main menu, you have

Code: Select all

pagebgcolor="#FFFFFF";
That pagebgcolor means that whenever you are on a page where the url matches the url in the item the background color will be white, unless you remove that.

This is what Andy was telling you about the pagebgcolor property that you have set.

Ruth
Post Reply