selektoren verschachteln
schildi
- css
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>
Moin
bzw. was mache ich falsch?
keine Ahnung, das funktioniert doch so!
Wo ist denn nun dein Problem?
Gruß
rfb
keine Ahnung, das funktioniert doch so!
Wo ist denn nun dein Problem?
mist. war ein update-problem. das tool das die daten auf meinem server automatisch aktualisiert war im hintergrund abgestürzt. klar das da nix ging (hatte den code angepasst).
also es funktioniert. naja - die frage war nicht ganz umsonst - da ich schonmal ein ähnliches problem hatte.
danke trotzdem.