2012-01-27 7:55, Stuart King wrote:

http://skingdesign.com/todd/pages/pairings.html

now the current page on #sidenav needs to be red. I have tried to do this -
not successful.

Add

#sidenav ul li a#current { color: red; }

You have tried a simpler selector, just #current, but such a rule loses, in the cascade, to

#sidenav ul li a{
  /* stuff omitted here */
  color: #000000;
  /* stuff omitted here */
}

Yucca
______________________________________________________________________
css-discuss [[email protected]]
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