Re: Opera 6.0 and pseudo classes

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

 Date:  Wed, 20 Mar 2002 07:59:56 -0500
 To:  <hwg-techniques(at)hwg.org>
 References:  mediaone ryan ntlworld pieceoshit
  todo: View Thread, Original
Try defining a.word first, then define the psuedo classes afterward...that
has helped me in the past.  Just an offhand guess, tho...

a.word {
 color: #000099;
 text-decoration: none;
 font-weight: bold;}

D

----- Original Message -----
From: "Lisa Bradshaw" <zibbler(at)web-design-cs.com>


Hi all,

Anyone know why Opera doesn't like my pseudo classes? It seems to ignore my
link declarations but listens to my visited and hover attritbutes. here's
what I have in my style sheet:

a.word:link{
 color: #000099;
 text-decoration: none;
 font-weight: bold;}


a.word:visited {
 color: #000099;
 text-decoration: none;
 font-weight: bold;}

a.word:hover {
 color: #3366ff;
 text-decoration: none;
 font-weight: bold;}

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