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:47
menu button coloring problem
Poster: phil_hood
Dated: Tuesday December 5 2006 - 1:30:17 GMT
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!
Poster: Ruth
Dated: Tuesday December 5 2006 - 5:31:31 GMT
Hi,
That's this property in the style section
Code:
pagebgcolor="#82B6D7";
pagecolor="black";
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
thank you
Poster: phil_hood
Dated: Tuesday December 5 2006 - 12:17:45 GMT
thanks, that worked very well.