When using the css codes for links Is there a way to make is so if you have visited a page and go back to the page you clicked on it will still hover yellow again
<style type="text/css">
<!--
A:link{ color: black }
A:hover { color: yellow }
A:visited{ color: black }
-->
</style>
THXS Steve
<style type="text/css">
<!--
A:link{ color: black }
A:hover { color: yellow }
A:visited{ color: black }
-->
</style>
THXS Steve
Comment