on site http://www.neilfriesen.com/ I got the footer links working, but the header links are not working it seems the a:link command is controlling the link colors and not the specific css for the header. How can i fix this? THanks
You haven't defined it in your CSS; add this and see how it works for you. Tweak the colors to your liking. #navigation li a:link { color: #FFDDCC; } #navigation li a:visited { color: #DDFFCC; } #navigation li a:hover { color: #AABBCC; } #navigation li a:active { color: #CCBBEE; } Code (markup):