--- On Sun, 3/29/09, Geoffrey Hoffman <[email protected]> wrote:
> I just can't make the bullet change on hover. > I think it's due to how selectors work. The CSS I supplied should do just that - turns off the bullets on the whole list by default, turns them back on for each li, much as your example does. > In short, the hover is happening on <a> > but I'm trying to change the color of <li> > (a's parent) To do this (without javascript or) requires the :hover to apply to the li. This shouldn't, practically, be a problem (other than the possible old-version-of-IE issue I mentioned previously). - Bobby ______________________________________________________________________ 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/
