New Zenner
- Join Date:
- Apr 2007
- Posts:
- 46
- Plugin Contributions:
- 0
Main Page Hoover Color Doesn't Work
I have:
a:visited {
color: #990099;
text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li {
color: #FFCCFF;
text-decoration: none;
}
a:active {
color: #FFCCFF;
}
The visited color is purple and working, the already visited color is pink and working but the mouse over hoover color stays purple and should show as pink. What am I doing wrong?