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!
menu button coloring problem
Hi,
That's this property in the style section
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
That's this property in the style section
Code: Select all
pagebgcolor="#82B6D7";
pagecolor="black";
You should use the // to block them //pagebgcolor=; with the // in front the property is no longer active.
Ruth