Mozilla.com

  1. MDC
  2. Hauptseite
  3. CSS
  4. empty-cells

Übersicht

Die Eigenschaft empty-cells bestimmt, ob leere Zellen angezeigt werden sollen

Standardwert
show
Anwendbar auf
Tabellenzellen
Geerbt
Ja
Medium
visual
Werte
show, hide, inherit

Syntax

margin-left: show | hide | inherit

Werte

show
Zellenrahmen und -hintergrund werden angezeigt
hide
Leere Zellen werden versteckt
inherit
der Browser verwendet den Wert des Elternelements.

Beispiele

Ergebnis Quelltext
inhalt
inhalt
empty-cells:show
inhalt
inhalt
empty-cells:hide

Browser-Kompatibilität

Noch nicht vorhanden

   <th class="header">4</th>
   <th class="header">5</th>
   <th class="header">6</th>
   <th class="header">7</th>
   
   <th class="header">4</th>
   <th class="header">5</th>
   <th class="header">6</th>
   <th class="header">7</th>
   
   <th class="header">3</th>
   <th class="header">4</th>
   <th class="header">5</th>
   <th class="header">6</th>
   <th class="header">7</th>
   <th class="header">8</th>
   
   <th class="header">1</th>
   <th class="header">2</th>
   <th class="header">3</th>
   
   <th class="header">3.5.x</th>
 </tr>
 <tr>
   <td>wird unterstützt</td>
   <td style="background:#5FE716">Ja</td>
   <td style="background:#5FE716">Ja</td>
   <td style="background:#5FE716">Ja</td>
   <td style="background:#5FE716">Ja</td>
   
   <td style="background:#5FE716">Ja</td>
   <td style="background:#5FE716">Ja</td>
   <td style="background:#5FE716">Ja</td>
   <td style="background:#5FE716">Ja</td>
   
   <td>?</td>
   <td style="background:#5FE716">Ja</td>
   <td style="background:#5FE716">Ja</td>
   <td style="background:#5FE716">Ja</td>
   <td style="background:#5FE716">Ja</td>
   <td style="background:#5FE716">Ja</td>
   
   <td style="background:#5FE716">Ja</td>
   <td style="background:#5FE716">Ja</td>
   <td style="background:#5FE716">Ja</td>
   
   <td style="background:#5FE716">Ja</td>
 </tr>

</table>-->

Siehe auch

Page last modified 14:54, 10 Aug 2007 by Michael2402

Tags:

Dateien (0)