I need to disable the ability of the menu to highlight the current page. Any help would be great.
Thanks
How Can Current Page Highlight be Disabled
Take out the part that defines that from the style section of your menu_data.js file.
If you delete the pagecolor/pagebgcolor it will stop pages from being highlighted.
Ruth
Code: Select all
pagecolor="black";
pagebgcolor="#82B6D7";
Ruth
Could Be Better Organized
I spent almost 3 hours searching and reading this forum looking for the answer to my problem before posting at about 3AM. I ended up solving the problem by editing the fuction getCurrentPage in mmenudom.js file.
I wish i had found the information you pointed out last night! Would be great if there was a link to it from the FAQ.
Thanks a million.
lbp
P.S. Homework is DONE!
I wish i had found the information you pointed out last night! Would be great if there was a link to it from the FAQ.
Thanks a million.
lbp
P.S. Homework is DONE!
Re: Could Be Better Organized
NEVER, NEVER edit the menu code directly. Everything you need can be done by editing the parameters in your _data file.lbpetrey wrote:I ended up solving the problem by editing the fuction getCurrentPage in mmenudom.js file.
I will ask that you replace the mmenudom.js file with the original version. We are unable to support your requests for help otherwise, as you are no longer running the code we wrote.
Excellent.lbpetrey wrote:P.S. Homework is DONE!
John
Oh relax, Don't loose sleep over it.
I have already relplaced my edited version with the original. Once I found the RIGHT way to accomplish what I wanted to do.
Great Menu System!
Thanks
Great Menu System!
Thanks