On Jul 10, 2014, at 10:49 AM, John <j...@coffeeonmars.com> wrote:

> Functionally, it behaves correctly, but I don’t see why the hover state of 
> the sub-nav li items won’t respond to change in color. Size, yes, but color 
> no. Makes me think something further up the chain is taking precedence, such 
> as the first li a:hover but why wouldn’t the child hover declaration 
> supercede that?

Figured it out…my hover declaration was for:

#header nav ul li ul li:hover

should be:

#header nav ul li ul li a:hover


d’oh!

J
______________________________________________________________________
css-discuss [css-d@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