> 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

Reply via email to