javascript thread: netscape css
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...>
|





