Háttér jellemzői: background CSS jellemző tulajdonságai

Background

A teljes háttér

Used as a shorthand property to set all the background properties at once.
Lehetséges értékek:
Előzőek összesen!
Sorrend: background: background-color || background-image || background-repeat || background-attachment || background-position
Separate values by a space in the following order (those that are not defined will use inherited or default initial values):

background-color
background-image
background-repeat
background-attachment
background-position

[background-color || background-image || background-repeat || background-attachment || background-position] | inherit

Background minták, példák:

div { background:green url(image.jpg) no-repeat fixed center center; }

div { background:url(image.jpg) fixed; }


background: yellow url('valami.jpg') repeat-y fixed 25% 2 cm;
Alapértelmezett érték: nincs
Öröklődő tulajdonság: nem
Media besorolás: visual
Csoport besorolás: háttér jellemzői

Kompatibilitás: CSS 1, CSS 2, CSS 2.1, CSS 3,

További háttér jellemzői:

background-attachment background-color background-image background-position background-repeat

Background CSS tulajdonságok, referencia

Webdesign