[website-critique] Re: need an idea to get my a link hover CSS declaration color change fixed

  • From: "Peter" <lists@xxxxxxxxxxxxxxxxxxx>
  • To: <websitecritique@xxxxxxxxxxxxx>
  • Date: Sat, 22 Dec 2001 18:32:43 -0500

Dave,
I can't get to the URL.

~~~~~~~~~~~
Peter

-----Original Message-----
From: websitecritique-bounce@xxxxxxxxxxxxx
[mailto:websitecritique-bounce@xxxxxxxxxxxxx]On Behalf Of David Bruce Jr
Sent: Friday, December 21, 2001 1:11 PM
To: websitecritique@xxxxxxxxxxxxx
Subject: [website-critique] need an idea to get my a link hover CSS
declaration color change fixed


Hi guys,

I've got a page that has the a link hover color set with CSS

it works fine with my white background color

http://makemoreinformer.com/MakeMoreInformer-issue1.html

however if your mouse hovers over the nav links under the logo
the color change to a yellow background makes the link text too
hard to read.

I tried to change the stylesheet declaration color but it didn't work?

the stylesheet is
http://makemoreinformer.com/main.css

I changed

A:link {
 COLOR: #FF0000;
 TEXT-DECORATION: underline;
}
A:visited {
 COLOR: #333399;
 TEXT-DECORATION: underline;
}
A:hover {
 COLOR: #800000;
 TEXT-DECORATION: underline;
 BACKGROUND-COLOR: yellow;
}

To:

A:link {
 COLOR: #FF0000;
 TEXT-DECORATION: underline;
}
A:visited {
 COLOR: #333399;
 TEXT-DECORATION: underline;
}
A:hover {
 COLOR: #000099;
 TEXT-DECORATION: underline;
 BACKGROUND-COLOR: yellow;
}


that should have done it...or so I thought.
any ideas?

Many Thanks
David Bruce Jr.
Administrator
http://www.heftyhosting.com


Please Forward This Email to a Friend

~~~~~~~~~~~~~~~~~~~~~~
List Info:
//www.freelists.org/cgi-bin/webpage?webpage_id=websitecritique
~~~~~~~~~~~~~~~~~~~~~~


Please Forward This Email to a Friend 

~~~~~~~~~~~~~~~~~~~~~~
List Info: //www.freelists.org/cgi-bin/webpage?webpage_id=websitecritique 
~~~~~~~~~~~~~~~~~~~~~~

Other related posts: