I am unable to set the background color for a :visited
hyperlink to a different background-color.
Is this a known issue for Google Chrome? I have seen people raising similar issue with background-image. Setting the color attribute seems to be working fine.
This is the code that I used:
a:visited{
background-color: red;
}