background
O scurtatura pentru a seta fundalul tuturor proprietatilor intr-o singura declaratie. br> br> Valori posibile:* background-color
* background-image
* background-repeat
* background-attachment
* background-position
Exemple:
1. background: #fff;
2. background: #fff url(img.gif);
3. background: #fff url(img.gif) repeat-x;
4. background: #fff url(img.gif) repeat-x fixed;
5. background: #fff url(img.gif) no-repeat fixed 10px 50%;
Suport browser:
* Internet Explorer 3+
* Netscape 4+
* Opera 3.6+


