Forum Moderators: mack
I would like to differentiate the visited and unvisited links with more than the usual colors.
Is there a way to use HTML and CSS to cause a special character (I was thinking of a checkmark or an X) appear next to the links that the user has visited? I have noticed that there is a CSS property "visibility" which can take a value of "hidden". Can this be used to make a character visible only when a link has been visited?
Thanks!
I not only change the color of the visited links, but make them a little bit paler. (Is paler a word?)
I would question the user-friendlierness of a long list of anything on one page. Maybe if you broke them up into categories and sub pages (using bread crumbs?), it'd be more clear.
I would question the user-friendlierness of a long list of anything on one page. Maybe if you broke them up into categories and sub pages (using bread crumbs?), it'd be more clear.