Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: netscape css


Message #1 by Dimitriy Dribinskiy <DimitriyD@M...> on Mon, 18 Jun 2001 16:43:30 -0400
If you mean you want to highlight the link using CSS( I don't know why
otherwise you should have picked this Subject) then you should use the
pseudo classes
hover/active with the anchor element( works only in NN 6).
a:active { background : red; }
a:hover { background : magenta; }
netscape css
From: Dimitriy Dribinskiy <DimitriyD@M...>


  Return to Index