How to change the link color of the current page with CSS
- by Josh Curren
How do I display the link for the current page different from the others? I would like to swap the colors of the text and background.
This is what I currently have:
The HTML:
<div id="header">
<ul id="navigation">
<li class="bio"><a href="http://www.jacurren.com/">Home</a></li>
<li…