Active Navigation menu button feature needed

Hi all,

Im wanting the feature of the current navigation button to stay highlighted when clicked on, so this informs the user which page they are currently on.

Im wanting to use Jquery , and after spending some time looking for a particluar plugin, I could not find one to suit, so if anybody knows of one, please post a link in this thread…

p.s My navigation is a simple 4 button Nav, so theres no drop down menu`s etc.

Thanks all :wink:

You should be doing this on the server side (e.g. PHP/ASP) not the client side (Javascript).

Javascript won’t persist across page requests so once you click a menu item, and the page loads, all previous Javascript data that is in memory is lost.

Hi thanks for replying back to the post,

Ive actually just sorted it purely with standard CSS and nothing more. (It wasnt even CSS3!)