rvj wrote: > > Im sure this must have been raised before but do class styles cascade so > that an inner element inherits the class styling of the the outer > element..?
The cascade rules at <http://www.w3.org/TR/CSS2/cascade.html#inheritance> say that it depends on the property. The list of properties is at <http://www.w3.org/TR/CSS2/propidx.html>; it has a column that mentions whether the property is inherited or not. Also, not all properties apply to all elements. Matthias
