css Issue
-
I’m just beyond newbie when it comes to css (at least I think so, but now I’m not so sure). I’m trying to do something simple, and it’s not working.
.foo {
font-family: verdana, arial, sans-serif;
color: #003399
}.foo a:link {
text-decoration: none;
color: #003399;
}.foo a:hover {
text-decoration: none;
color: #003300;
}.foo a:visited {
text-decoration: none;
color: #003399;
}Everything but a:visited is working. For some reason that just won’t change. I’ve got several other instances of a:visited in my css, and they do work. I’ve gone through everything to make sure it’s all closed, nothing odd or out of the ordinary. Just this one instance doesn’t work. Any ideas?
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘css Issue’ is closed to new replies.