Istruzioni CSS background-attachment
Dettagli funzione background-attachment CSS - Istruzioni, descrizione, dettagli ed esempio del comando background-attachment in CSS.
Descrizione
Specifica se l'immagine di sfondo rimane fissa o scorre con il resto della pagina
Codice
body { background-image:url('smiley.gif'); background-repeat:no-repeat; background-attachment:fixed; }
Spiegazione
Proprietà
scroll: l'immagine scorre con il resto della pagina
fixed: l'immagine rimane fissa
inherit: le impostazioni vengono ereditate dal genitore
Istruzioni del linguaggio CSS sempre con la lettera: B
- background
- background-attachment
- background-color
- background-image
- background-position
- background-repeat
- border
- border-bottom
- border-bottom-color
- border-bottom-style
- border-bottom-width
- border-collapse
- border-color
- border-left
- border-left-color
- border-left-style
- border-left-width
- border-right
- border-right-color
- border-right-style
- border-right-width
- border-spacing
- border-style
- border-top
- border-top-color
- border-top-style
- border-top-width
- border-width
- bottom