Im having some troubles with the menú on the wordpress twentyeleven theme..
What I want to do is when a user clicks on the menú and goes to the selected page, the “li” stays the same as in hoover.
Here is the page.
I know how to do it in therms of HTML/CSS but I wonder how to do it dynamically.
Thanks in advance and sorry for the worst english ever.
If it’s a dynamic menu, WP puts a class
"current_page_item"on the current page’s li. So, just style that.