2011-04-11, 23:46:43
hi andreasbj,
Welcome to the forum.
The built in function to display menu "get_navigation(return_page_slug());" will automatically add a class "current" to the current page menu item.
Just change your CSS code to
Mike
Welcome to the forum.
The built in function to display menu "get_navigation(return_page_slug());" will automatically add a class "current" to the current page menu item.
Just change your CSS code to
Code:
.menu_nav ul li.current a, .menu_nav ul li a:hover {
background:#f00 url(images/menu_a.gif) repeat-x center;
}
Mike