Hey Fora,
I tried what you have below and got the same results.
Any other ideas?
Thanks!
Skip
Fora wrote:
> 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/
>
--
Skip Evans
Big Sky Penguin, LLC
61 W Broadway
Butte, Montana 59701
406-782-2240
=-=-=-=-=-=-=-=-=-=-=
Check out PHPenguin, a lightweight and versatile
PHP/MySQL development framework.
http://phpenguin.bigskypenguin.com
______________________________________________________________________
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/