Hi there
When navigating from main menu (level 1) to a child-page (level 2) the menu link (level 1) remains coloured or 'selected', but when navigating to level 3 or beyond the colour disappears from the link (level 1), and the user do no longer know where he/she is.
I have tried with following code, without result:
#top .main_menu .menu .current_page_parent a strong{
color: #FF9100;
}
and
#top .main_menu .menu .current_page_parent a strong, #top .main_menu .menu . current-page-ancestor a strong{
color: #FF9100;
}
What to do?
My test site to look for yourself; http://www.collette.dk
Thanks,
aofi















