I\'d like to make a black navigation bar for my website, and when you hover over the first link it goes orange, the second link it goes green, etc. I know how to change colo
You have a bad selector. The li is superfluous.
li
#navbar #link1 a:hover { color: #ffffff; background-color: #C62222; padding-top:15px; padding-bottom:15px; }