> What is the state called when I click on one of a number of links on a > navbar and while I am visiting that page, the link stays "lit" so that > if I forget where I am, I need simply glance up at the navbar to see > where I am? > > And the million dollar question is: How do I style such?
You could take this approach: <http://www.tjkdesign.com/articles/navigation_links_and_current_location.asp > ---- Wandering out of the scope of this list but addressing the question I use PHP to determine the page I'm on and then style the link differently from the rest using a different background color and always using: cursor: default; It doesn't prevent them from clicking it because it's still active (I guess I could fix that easily with PHP as well) but the combination of different styling and the cursor that doesn't change to a finger indicating it's a link should stop MOST people from clicking it. Mike ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
