Visited Links Not Changing Color
- From: "redbird" <spann@xxxxxxxxxxx>
- Date: 12 Dec 2005 11:09:51 -0800
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;
}
.
- Prev by Date: Re: TEXT SIZE CHANGES!
- Next by Date: History items that come up in a history search will not delete
- Previous by thread: Flash Player Crashes IE6 (Internet Explorer)
- Next by thread: History items that come up in a history search will not delete
- Index(es):
Relevant Pages
|