Sorry if this sounds pretty basic to those who follow the css tag.
The webpage in question has multiple sections:
<section id="top"> ; <section id="tab-banner">
Within these sections there is much html with many levels of nesting.
I just want to say grab all <a>
tags that are descendants of each section. E.g.
#tab-banner a { /* css here */ }
How do I say grab all elements of a certain type (a) that are descendents of elements with specific IDs?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…