Click here to Skip to main content
16,004,678 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See i have one question here which may be easier to answer

but there is question list in q & answer when i dont have viewed any question there is blue color but once i have viewed then that question color changed to dark how they are dealing with it added class after visited .......


please help me
Posted

1 solution

This is the CSS:
a:link{color:abc}
a:active{color:def}
a:visited{color:ghi}
a:hover{color:jkl}

Regards..:laugh:
 
Share this answer
 
Comments
Dholakiya Ankit 5-Aug-13 1:52am    
nice one 5ed

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900