Re: Link color change

by ErthWlkr(at)aol.com

 Date:  Fri, 6 Apr 2001 18:19:23 EDT
 To:  hwg-basics(at)hwg.org
  todo: View Thread, Original
HI David and Friends:

You wrote:

> I'm having a problem using a css document outside of a page to make the
>  links change color when they are passed over. What code should the
>  stylesheet document have and what code should be in the page itself?

I think you're referring to the A:hover style - just place in your style 
sheet (eliminate period on front of the "A"):

.A:hover  {background:yourcolor;  
                color:yourcolor}

You might find this doesn't work in Netscape though - doesn't support hover 
feature.

Next alternative is to go to Javascript...

- Jeff

HTML Guild: hwg-basics mailing list archives, maintained by Web Professionals @ IWA