This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: OT? CSS and class attribute


> From: Kraa de Simon 
> Is it possible to access elements *within* a <div 
> class=""></div> using CSS?
> 
> For example access the <td> element within the <div
> class="informaltable"></div> to change it's attributes.
> 
> <div class="informaltable"><table><tr><td>xxx</td></tr></table></div>

div.informaltable td { ... }

http://www.w3.org/TR/REC-CSS2/selector.html#descendant-selectors

-- 
Rob Smith


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]