What is the alternative to CSS-selecting an ancestor
CSS(3) has descendent selectors, e.g. td em {color: red};, but no ancestor selector, apparently.
So, what should I do instead of something like td {border: 1pt solid red} em; ? i.e., how can I set a ...
No comments:
Post a Comment