[TYPO3-german] Unterschiedliche CSS für Spalten

Lars Brinkmann brinkmann.lars at gmail.com
Wed Aug 30 20:52:52 CEST 2006


Hallo Stefan,

da musst Du Dich näher mit CSS beschäftigen. Eine Lösung kann so aussehen:

<div id="content">
  <h1>Ich bin schwarz</h1>
</div>
<div id="news">
  <h1>Ich bin rot</h1>
</div>


CSS:
#content h1 { color: #000000; }
#news h1 { color: #ff0000; }

Viele Grüße, Lars Brinkmann



More information about the TYPO3-german mailing list