[thelist] Advanced CSS Problem

Terry Fowler one_webdude at yahoo.com
Thu Dec 21 12:52:20 CST 2000


--- "Gina K. Anderson" <gina at sitediva.com> wrote:
> Hi all,
> 
> I've got this weird problem between IE and NN4 with
> link colors. Check here to
> get a gist of what I am talking about:
> 
> http://dev003.geonetric.com/index.html

Gina,

I changed this:

> A {
> 	color : #666699;
> 	font-weight : bold;
> 	}
> 
> A:VISITED {
> 	color: #CC6600;
> 	}

to:

BODY.navorange A.link {
                  color : #666699;	
                  font-weight : bold;	
                }
    .navorange A:visited {	
                  color: #CC6600; 
                  font-weight : bold; 
                }

and then added class="navorange" to the body tag
and it works now.

HTH,

Terry Fowler



__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/




More information about the thelist mailing list