Jump to content

current page indicator


Brendon Branigin

Recommended Posts

It is most likely done manually (they probably have 2 menu classes setup in CSS, one for all links and one for the current link.You could probably manage this with javascript because having a different menu on every page is so gross! :)

Link to comment
Share on other sites

I think it could be done in PHP (ASP?), by getting the current page and matching it with the appropriate part of the menu. It'd take some time to code something like that though..

Link to comment
Share on other sites

thanks for the responces, heres a questioninternal css overrides external ccs right? so would adding a class to the <li> link that goes to about.htm in the about.htm file and then styles it as desired work?or would making a css class like a.current in the external sheet and then in about.htm add that class to that particular li be a better choice?does it matter which method i use?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...