Visited Links Not Changing Color



Weird problem with visited links not changing color. Every computer in
this office has the same problem with only one website. And strangely
enough, it apparently worked before this certain website changed
servers. Tried deleting history and TIF and this did not solve the
problem. With this being an office computer, the user can't try other
browsers to see if they work. Also, no admin privileges, so deleting
index.dat is not an option (although I doubt that's the problem since
all 10 computers in the office have the same problem). Here is the
appropriate section the css file for the website with issues. Every
appropriate <a> tag contains class="thread"

A {
font-family : Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
font-size : x-small;
font-weight : bold;
text-decoration:none;
color: #ce0000;
}


A:visited {
font-family : Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
font-size: x-small;
font-weight : bold;
color: #ce0000;
}


A:active {
font-family : Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
font-size: x-small;
font-weight : bold;
color: #ce0000;
}


A:hover {
font-family : Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
font-size: x-small;
font-weight : bold;
color: #000000;
}


A.thread {
font-family : Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
/* font-size : 10pt; */
font-size : x-small;
font-weight : bold;
text-decoration:none;
color: #ce0000;
}

A.thread:visited {
font-family : Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
font-size: x-small;
font-weight : bold;
color: #000000;
}


A.thread:active {
font-family : Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
font-size: x-small;
font-weight : bold;
color: #ce0000;
}


A.thread:hover {
font-family : Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
font-size: x-small;
font-weight : bold;
background-color: #CE0000;
color: #FFFFFF;
}

.



Relevant Pages

  • Re: Restrict websites for some users only
    ... I have six users accounts. ... > (with admin privileges) to have unrestricted access to any website, ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Windows Installer is missing
    ... Have you tried Question 66 on my website? ... Click the Win XP Faq button and look at Question 66 ... John Barnett MVP ... >>> Are you running with admin privileges, ...
    (microsoft.public.windowsxp.general)