Re: Pseudo-classes (also known as Contextual Links)

by "Darrell King" <darrell(at)webctr.com>

 Date:  Fri, 19 Oct 2001 07:46:34 -0400
 To:  <hwg-techniques-digest(at)mail.hwg.org>
 References:  nucleus gte nucleus2
  todo: View Thread, Original
Here is a class definition that I use all the time.

a.menu {  color: #476F8F; text-decoration: none}
a.menu:link {  color: #476F8F}
a.menu:active {  color: #FF0000}
a.menu:visited {  color: #476F8F}
a.menu:hover {  color: #FF0000}

It works.  Be sure to make hover the last in the list.  I'd suuggest
sticking to lowercase tag names, but that's not enforced yet if you avoid
doctypes, unless I am mistaken.

D

----- Original Message -----
From: "Rob Atkinson" <robatkinson(at)nucleus.com>

Nope. Using "A.bo:hover" works the same as:

.bo A:hover - doesn't work with any of them
and doesn't show anything in TopStyle.

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA