Re: CSS in DOM

--- KingZasz25@netscape.net wrote:
> I have a question.  Is there any way to edit the 
> CSS through the DOM.  I want to chang the color of
> the text when you click a link.  Can anyone help me?
> 
Just change the color attribute of the link node. You
could also use this in the css
A:houver { color: <new-color>; }
it will do the trick :)

=====
()      Chain Sword     VROOOOMMMMM
  ___||_______________________  VROOOMMMM
(0___ |______________________/     VROOOOMMMM
     ||~~~~~~~~~~~~~~~~~~~~~~
     ()  "Donīt imitate
             Inovate"         www.geocities.com/Area51/6986

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Received on Monday, 19 February 2001 09:04:36 UTC