Istruzioni CSS background
Dettagli funzione background CSS - Istruzioni, descrizione, dettagli ed esempio del comando background in CSS.
Descrizione
Imposta tutte le proprietà dello sfondo in un'unica dichiarazione. Le proprietà che possono essere impostate sono: background-color, background-image, background-repeat, background-attachment, and background-position
Codice
body { background: #00ff00 url('smiley.gif') no-repeat fixed center; }
Spiegazione
Proprietà
background-color: specifica il colore dello sfondo
background-image: specifica l'immagine da usare come sfondo
background-repeat: specifica come ripetere l'immagine di sfondo
background-attachment: specifica se l'immagine di sfondo è fissa o scorre con il resto della pagina
background-position: specifica la posizione dell'immagine di sfondo
inherit: le impostazioni devono essere 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