On Sun, Nov 4, 2012 at 9:42 AM, Beth Lee <callib...@gmail.com> wrote:

> By using the selector ".test ul", you are mistakenly targeting the ul
> child of some element styled with class "test". But you want to target
> the ul element that itself bears the class "test", so the proper
> selector is "ul.test".

Thanks, that did the trick!

- Koen
______________________________________________________________________
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