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

Background-attachment

háttérminta-parancs

Declares the attachment of a background image (to scroll with the page content or be in a fixed position).
Lehetséges értékek:
fixed (vízjel)
scroll (gördül)
fixed
scroll
scroll | fixed | inherit

Background-attachment minták, példák:

div { background-attachment:fixed; }

div { background-attachment:scroll; }


background-attachment: fixed;
Alapértelmezett érték: scroll
Ö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-color background-image background-position background-repeat background

Background-attachment CSS tulajdonságok, referencia

Webdesign