Hintergrund wiederholen: background-repeat
Legt fest, ob ein Hintergrund über die gesamte Breite oder/und Höhe eines Elements wiederholt wird.
<div style="background-image: url(../images/op5x.gif); background-repeat:repeat-x;float:left;"> Hintergrundbild nur waagerecht wiederholen </div>
| Initialwert: | repeat |
| Vererbbar: | Nein |
| Anwendbar auf: | Alle Elemente |
| Medium: | Visual |
| Werte: |
|
| Wert | ||||||||||||||
| 5 | 5.5 | 6 | MAC 5+ | 5 | 6 | 7+ | 4 | 6 | 7+ | 1+ | 0.8+ | 1.0+ | 3.3+ | |
| no-repeat | j | j | j | j | j | j | j | j | j | j | j | j | j | j |
| repeat | j | j | j | j | j | j | j | j | j | j | j | j | j | j |
| repeat-x | j | j | j | j | j | j | j | j | j | j | j | j | j | j |
| repeat-y | j | j | j | j | j | j | j | j | j | j | j | j | j | j |