CSS background
Descriere
Proprietarea CSS background - O scurtatura pentru a seta fundalul tuturor proprietatilor intr-o singura declaratie.
Valori posibile
- background-color
- background-image
- background-repeat
- background-attachment
- background-position
Valoare prestabilita
background nu are nici o valoare prestabilita in css
Exemple
background: #fff;
background: #fff url(img.gif);
background: #fff url(img.gif) repeat-x;
background: #fff url(img.gif) repeat-x fixed;
background: #fff url(img.gif) no-repeat fixed 10px 50%;
Versiunea
Folosit incepand cu versiunea CSS 1
Compatibil cu urmatoarele browsere





Proprietatea CSS background este compatibila cu majoritatea browser-elor