On Friday, July 16, 2010 11:29:55 pm Ian Dutton wrote:

> how do i get my anchors in the header and footers to be white and the
> anchors in the body to be blue?
> 

a {color: blue;} /* not really needed, since blue is the default */

#header a,
#footer a {
  color: white;
}

You'll need to change your header and footer selectors to match whatever the 
id or class on your header and footer actually are.

---Tim
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to