Confused yet

Go to http://edgeoftownauto.com/eot2 to see what's happening.
I don't care if the sub-menu is highlighted as active when on the page, but not the main menu.
Don
Ruth wrote:Hi,
I you did it using one of the methods below
You can
1. create a separate style for submenus and turn off the pagebgcolor option in the main menu style.
2. create a separate style for submenus and add nobreadcrumb=true; to the main menu style.
3. add nobreadcrumb=true; to each menu item in the main menu that you don't want to show a match, this is useful if the style used is the same for main and sub menus.
Actually, if the submenus and main menus use the same style for almost everything, the easiest way would be to create the main menu style without the pagebgcolor= in it, then using the copyOf method create the substyle and add only those items that are different than the main menu style. Take a quick look here for an explanation viewtopic.php?f=14&t=4595
Hope this helps.
Ruth