I have a list of items linking to anchors on the same page and I have been trying to highlight the current link selected because I have a fixed container div with my content beside the list with hidden overflow as to simulate a show/hide effect.
I've worked out a similar example in jsfiddle to better illustrate what I'm trying to accomplish.
I can't seem to highlight the current selected link. Any suggestion? Appreciate your responses, thanks.
<body id="about">and<a href="about.html" id="aboutNav">, then reference with cssbody#about a#aboutNav{background:#ccc;}and viola, highlighted link. – Tribbey Jan 25 at 18:55