Mon, 2007-12-17 01:41
At http://theatomicconservative.typepad.com/ when I click on any of my links the text at Subscribe to this blog's feed turns red (which is the color is should change to when clicked. I've verified the issue is whin the visited css because when I change it to green it still changes to green.
Thanks for any help you can give me
.module a:link { color: #1e77f5; } /*.module a:visited { color: #d22539; }*/ .module a:visited { color: green; } .module a:hover { color: #1e77f5; } .module a:active { color: #1e77f5; } /*define look of buttons*/ ul a{ display:block; width: 98%; line-height:1.4em; background:#1c1c1b url(/images/atom.gif) no-repeat left bottom; border: 1px solid yellow; text-decoration: none; text-align: center; font-family: arial, "lucida console", sans-serif; font-weight:900; } ul a:hover { background:#000000 url(/images/atom.gif) no-repeat left bottom; }