menu button coloring problem

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
phil_hood
Beginner
Beginner
Posts: 2
Joined: Tue Dec 05, 2006 2:20 am

menu button coloring problem

Post by phil_hood »

Hi!

If you look at http://www.chessctr.org, then you will notice on the menu on the left hand side that the top button is the wrong color when off. However, if you look at http://www.chessctr.org/index-try1.php or http://www.chessctr.org/index-try2.php, then the top button problem is nonexistent. In fact, during the development of this page, this problem first appeared -- and only appeared -- when the page was called index.php. Could you help me solve this?

Thank you!
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

That's this property in the style section

Code: Select all

pagebgcolor="#82B6D7";
pagecolor="black";
Since you are on the home page, and have the page properties set to show a 'match' the page turns the blue color. You can just block that out, or you could pick colors you want to show when the person is on the corresponding page of the menu.

You should use the // to block them //pagebgcolor=; with the // in front the property is no longer active.

Ruth
phil_hood
Beginner
Beginner
Posts: 2
Joined: Tue Dec 05, 2006 2:20 am

thank you

Post by phil_hood »

thanks, that worked very well.
Post Reply