On Wed, 9 Feb 2005 17:16:41 +1000, Jason Foss <[EMAIL PROTECTED]> wrote:
Can the DOM check the 'visitedness' of an a element?
no
Is there a way to use the DOM to scan the page for visited links and assign them a class?
yes, if you change link style using CSS :visited and look for this style in a.currentStyle.
...so you can't replace :visited using DOM.
-- regards, Kornel Lesiński
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
