hallo (nochmal).
kurze frage.. ist so ein konstrukt nicht möglich - bzw. was mache ich falsch?
<style type="text/css">
#content .note p
{
color: red;
}
</style>
<div id="content">
<div class="note">
<p>dieser text soll eigentlich rot sein.</p>
</div>
</div>