Hi Skip,

I'm not quite sure, but it looks to me like you're missing a specification 
in your a:visited.

Now you have .shoplogo a, a:visited {
stuff
}

The .shoplogo is not inherited so your a:visited is refering to ALL 
a:visited anchors.

Try with

.shoplogo a, .shoplogo a:visited {
stuff
}

.pagelink a, .pagelink a:visited {
stuff
}


I'm sure people will correct me if I'm wrong, or add when there's more to 
it.


HTH,

A.



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

Reply via email to