Kan man ændre tekstens farve på 'visited' ?
Understående kender vi. Ud fra det findes der en 'work around', så man også kan ændre selve tekstens farve til feks. #CCCCCC på besøgte (visited) links - måske i kombination med JS ?<style type="text/css">
<!--
a:link{color: #0000FF;text-decoration: none;}
a:visited{color: #FF0099;text-decoration: none;}
a:active{color: #339933;text-decoration: underline;}
a:hover{color: #FF9900;text-decoration: underline overline;}
-->
</style>
