duminică, 13 aprilie 2008

Background CSS

O scurtatura pentru a seta fundalul tuturor proprietatilor intr-o singura declaratie. 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%;

0 comentarii: