I'm trying to get pagematch to work with no success.
Firstly, I assume what it's supposed to do is set the menu item to the onbgcolor when on the URL defined in pagematch?
Given the style and the three menu items below, sould I expect to see "Civils Report" highlighted when I'm at
Code: Select all
www.mysite.com/page/18
How does the menu "know" what pages it's on?
I've tried various formats for the url and an using V5.63 of the menu and IE6 and Firfox 1.0 both on win xp
Thanks,
Kevin
with(style1=new mm_style()){
offbgcolor="#FFD200";
onbgcolor="#D9B300";
etc ...
}
aI("text=Construction Wages;url=/page/25;")
aI("text=Skills in Demand;showmenu=page_20_subm;pointer=default;")
aI("text=Civils Report;url=/page/18;pagematch=/page/18;")