Hi
1) I somewhat understand descendant selectors, but the more complex examples are giving me some troubles. For example:
#content .alternative p
Should this rule apply to p elements that are descendants of elements E, where E are :
- descendants of element #content and
- are also members of class .alternative
or should rule apply to p elements that are:
- descendants of element #content
- and are also members of class .alternative?
2) How about the following rule:
#content .alternative .alternative1 p
thanx