where in css i need to change the hover and visited link from one color to enother??
where in css i need to change the hover and visited link from one color to enother??
Basic answer is
Code:a img {border: none; } a:link, #navEZPagesTOC ul li a { color: #3300FF; text-decoration: none; } a:visited { color: #3300FF; text-decoration: none; } a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover { color: #FF0000; } a:active { color: #0000FF; }
Zen-Venom Get Bitten