aboutsummaryrefslogtreecommitdiff
path: root/files/pl/web/css/empty-cells/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pl/web/css/empty-cells/index.html')
-rw-r--r--files/pl/web/css/empty-cells/index.html77
1 files changed, 77 insertions, 0 deletions
diff --git a/files/pl/web/css/empty-cells/index.html b/files/pl/web/css/empty-cells/index.html
new file mode 100644
index 0000000000..7c203acf00
--- /dev/null
+++ b/files/pl/web/css/empty-cells/index.html
@@ -0,0 +1,77 @@
+---
+title: empty-cells
+slug: Web/CSS/empty-cells
+tags:
+ - CSS
+ - Dokumentacje
+translation_of: Web/CSS/empty-cells
+---
+<p>{{ CSSRef() }}</p>
+
+<h2 id="Podsumowanie" name="Podsumowanie">Podsumowanie</h2>
+
+<p>Własność CSS <strong>empty-cells</strong> określa, jak program powinien wyświetlać obramowania i tła wokół komórek, które nie mają widocznej zawartości.</p>
+
+<p>{{cssinfo}}</p>
+
+<h2 id="Sk.C5.82adnia" name="Sk.C5.82adnia">Składnia</h2>
+
+<pre class="eval">empty-cells: show | hide | inherit
+
+</pre>
+
+<h3 id="Warto.C5.9Bci" name="Warto.C5.9Bci">Wartości</h3>
+
+<dl>
+ <dt>{{ Cssxref("inherit") }}</dt>
+ <dt><code>show</code></dt>
+ <dd>obramowania i tła powinny być wyświetlane jak normalne komórki</dd>
+ <dt><code>hide</code></dt>
+ <dd>obramowania i tła nie powinny być wyświetlane</dd>
+</dl>
+
+<h2 id="Przyk.C5.82ady" name="Przyk.C5.82ady">Przykłady</h2>
+
+<pre class="eval">.contentbox td {
+ empty-cells: show;
+}
+</pre>
+
+<h2 id="Specyfikacje" name="Specyfikacje">Specyfikacje</h2>
+
+<ul>
+ <li><a class="external" href="http://www.w3.org/TR/CSS21/tables.html#empty-cells">W3C Cascading Style Sheets, level 2 revision 1</a></li>
+ <li><a class="external" href="http://www.w3.org/TR/REC-CSS2/tables.html#empty-cells">W3C Cascading Style Sheets, level 2</a></li>
+ <li><a class="external" href="http://www.w3.org/Style/CSS/current-work#tables">W3C Cascading Style Sheets, level 3</a></li>
+</ul>
+
+<h2 id="Zgodno.C5.9B.C4.87_z_przegl.C4.85dark.C4.85" name="Zgodno.C5.9B.C4.87_z_przegl.C4.85dark.C4.85">Zgodność z przeglądarką</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th>Przeglądarka</th>
+ <th>Najniższa wersja</th>
+ </tr>
+ <tr>
+ <td>Internet Explorer</td>
+ <td>?</td>
+ </tr>
+ <tr>
+ <td>Firefox</td>
+ <td>?</td>
+ </tr>
+ <tr>
+ <td>Netscape</td>
+ <td>?</td>
+ </tr>
+ <tr>
+ <td>Opera</td>
+ <td>?</td>
+ </tr>
+ <tr>
+ <td>Safari</td>
+ <td>?</td>
+ </tr>
+ </tbody>
+</table>