Hello everybody,
my css code for links in html page is
a:link
{
color: #EC6F84;
}
a:visited
{
color: #0170B6;
}
a.screen:link
{
color: #0E648E;
}
a.screen:visite d
{
color: #0E648E;
}
Everything works fine in IE. But some problem with firefox. After i clicked on a link in firefox it didn't changed to visited color. can anybody tell me how to solve this problem. ANY HELP WILL BE GREATLY APPRECIATED.
SINCERELY,
pnsrinivasaredd y
my css code for links in html page is
a:link
{
color: #EC6F84;
}
a:visited
{
color: #0170B6;
}
a.screen:link
{
color: #0E648E;
}
a.screen:visite d
{
color: #0E648E;
}
Everything works fine in IE. But some problem with firefox. After i clicked on a link in firefox it didn't changed to visited color. can anybody tell me how to solve this problem. ANY HELP WILL BE GREATLY APPRECIATED.
SINCERELY,
pnsrinivasaredd y
Comment