Styling Custom Header Menu to Highlight Current Page
Permalink
Hello! I have been working with Concrete5 for a client's site and everything is going great so far.
My question is:
I used this tutorial's php file :http://www.codeblog.ch/2009/04/concrete5-drop-down-menu/3/...
and my own CSS file to create a drop-down menu.
I would like to have the current active page highlighted when the user is on that page, however I'm not sure how to do that in this php file.
Any suggestions are welcomed! Thanks!
My question is:
I used this tutorial's php file :http://www.codeblog.ch/2009/04/concrete5-drop-down-menu/3/...
and my own CSS file to create a drop-down menu.
I would like to have the current active page highlighted when the user is on that page, however I'm not sure how to do that in this php file.
Any suggestions are welcomed! Thanks!
(minus the <?php tags)
notice they set up a class for 'nav-selected.'
Try playing around with this and see what you get.