My CSS is bad, so I am probably doing a poor job explaining.
I am trying to achieve the same thing you see on the www.asp.net and
www.iis.net site to name a few. When you select a place to go from the
main menu, that item stays selected so the user knows where they are in the
site.
I have a horizontal menu created with the CSS Adapters that contains: Process, Inventory, Traffic as choices. Each choice will take you to a different page in the site.
When you hover over an item, that item in the menu changes color. Once you click it and go to the new page, the color change is gone. Can you make the color change persist between pages or does that require some javascript or something?
Using a:visited will change the link so long as I stay on the same page.