<div id=top>
<div>hier Background<br>
<div>Kein Background</div>
</div>
</div>
Das ist eine DIV Suppe, sowas ist selten überhaupt nötig, deine Frage deutet darauf hin dass du noch am lernen bist, du solltest dich auch sematische Auszeichnung informieren.
der IE kann zumindest >
Ist aber auch egal, da:
1. DIV:
div#top { ... }
2. DIV
div#top div { ... }
3. DIV
div#top div div { ... }
entspricht.
Struppi.
--
Javascript ist toll (Perl auch!)
Javascript ist toll (Perl auch!)