I've a html/css menu in which I want to show the current position/selection (i.e. url) in white. What seems to happen is that when the menu item is clicked from another page the a:active colour (white) is briefly visable but the text then reverts to the a:visited colour.
Is there a way of either setting the importance of the a:active colour higher than visited or of removing the a:visited function all together?
Thanks
Is there a way of either setting the importance of the a:active colour higher than visited or of removing the a:visited function all together?
Thanks