Debbie Campbell wrote:
> .content-mid-link a, a:link, a:visited {
.content-mid-link a =
Selects any a element that is a descendant of any element with a class
attribute that contains the word content-mid-link.
a:link =
Selects any a element whose target has not been visited.
a:visited =
Selec
I think I'm making this more complicated than it needs to be... In
this page:
http://www.parallaxwebdesign.com/projects/parallax_r2/index.php
The link in the middle below 'Fresh Perspectives' is supposed to be
styled like this:
.content-mid-link a, a:link, a:visited {
color: #00537F;
text-decora