Tom Pamin wrote:
> Tom Pamin wrote:
>> All of a sudden, visited links in forums, etc. are not showing in a
>> different color. I cleared history and checked the number of days to
>> save visited pages. Any ideas?
>
> Here's an example:
> http://www.sevenforums.com/general-discussion/
In that example, "all of a sudden" is caused by the site's author. Note
in the CSS for your page in question that both the unvisited and the
visited color codes are the same. (They do change it for a hover, to an
even duller color.) Not your browser problem. Why not notify the site's
authors?
a:link, body_alink
{
color: #3485BD;
text-decoration: none;
}
a:visited, body_avisited
{
color: #3485BD;
text-decoration: none;
}
a:hover, a:active, body_ahover
{
color: #62AFA7;
text-decoration: none;
}
I do not know why some (many?) page authors feel hiding such information
as visited links is a good idea ...
--
-bts
-"All of a sudden my computer is acting strange."
-"What did you do immediately before 'all of a sudden'?"
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey