CSS question for navigation highlight
Permalink
I'm working on a site:
http://www.childcarefranklin.org...
What I'm wanting to do is that the current page highlighted on the nav bar just as it is when it's being rolled over. For example, when you are on the "About" page, the "About" menu is white with the green background.
I'm a CSS noob and assume I need to add something to the main.css file where all the other nav info is.
Thanks in advance for pointing me in the right direction.
http://www.childcarefranklin.org...
What I'm wanting to do is that the current page highlighted on the nav bar just as it is when it's being rolled over. For example, when you are on the "About" page, the "About" menu is white with the green background.
I'm a CSS noob and assume I need to add something to the main.css file where all the other nav info is.
Thanks in advance for pointing me in the right direction.
Concrete5 gives you a class named "nav-selected" for the current navigation item, you just have to style it on your css file.
I highly recommend that you install Firebug (Firefox add-on), it will help you a lot with this kind of questions.