Hi all
I want that the color of the link should remain when we click on that link (Active) as of the hover color. Suppose links are of blue color and when we hover then the color will be red and if we click on that link it should remain red and the others will still blue.
I used :active but it does not work properly, :visited we can't use as all the links we click will be red.
Please let me know the options we can use.
thanx
I want that the color of the link should remain when we click on that link (Active) as of the hover color. Suppose links are of blue color and when we hover then the color will be red and if we click on that link it should remain red and the others will still blue.
I used :active but it does not work properly, :visited we can't use as all the links we click will be red.
Please let me know the options we can use.
thanx
Comment