This did it. I needed the :link on the a selectors to keep some <a name> tags from styling weirdly. Thanks for the extra set of eyes!

Barb

Margaret Martin wrote:

Barb:

I'm no expert, but maybe this is the problem:

#main a:link:hover, #oldmain a:link:hover {
   color: #33a544;
   }
You don't need the word "link" in the middle. Try this:

#main a:hover, #oldmain a:hover {
   color: #33a544;
   }

instead.

I won't pretend to understand the logic behind it. I just know that I write my
rules this way and I get the behavior you're looking for.


Margaret A. Martin

[EMAIL PROTECTED]
Design for a Better World
www.hitthenail.com


--
Barbara Dozetos ~ Web Designer/Graphic Designer
Physician's Computer Company  *  (p)802-846-5532
1 Main St., #7                *  (f)802-846-8178        
Winooski, VT 05404            *  [EMAIL PROTECTED]
www.pcc.com

Pediatric software just got smarter. Your practice just got healthier.

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to