blob: 3f5680c26fe9cbb91b2b247ec5795b39c3c82106 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
---
title: none
slug: Web/CSS/none
translation_of: Web/CSS/float
---
<div>
{{ CSSRef() }}</div>
<h2 id="Summary" name="Summary">Übersicht</h2>
<p><code>none</code> ist ein oft gebrauchter Wert, welcher in einem Grossteil der Eigenschaften verwendet werden kann. Meistens ist er der Standartwert einer Eigenschaft. Ein vergleichbarer Wert ist {{ Cssxref("normal") }}.</p>
<h2 id="Used_in" name="Used_in">Verwendet in</h2>
<ul>
<li>{{ Cssxref("background-image") }}</li>
<li>{{ Cssxref("border-style") }}</li>
<li>{{ Cssxref("clear") }}</li>
<li>{{ Cssxref("content") }}</li>
<li>{{ Cssxref("counter-increment") }}</li>
<li>{{ Cssxref("counter-reset") }}</li>
<li>{{ Cssxref("display") }}</li>
<li>{{ Cssxref("float") }}</li>
<li>{{ Cssxref("list-style-type") }}</li>
<li>{{ Cssxref("max-height") }} / {{ Cssxref("max-width") }}</li>
<li>{{ Cssxref("quotes") }}</li>
<li>{{ Cssxref("text-decoration") }}</li>
<li>{{ Cssxref("text-transform") }}</li>
</ul>
|