Istruzioni CSS background-position
Dettagli funzione background-position CSS - Istruzioni, descrizione, dettagli ed esempio del comando background-position in CSS.
Descrizione
Specifica la posizione di partenza di un'immagine
Codice
body { background-image:url('smiley.gif'); background-repeat:no-repeat; background-attachment:fixed; background-position:center; }
Spiegazione
Proprietà
top left
top center
top right
center left
center center
center right
bottom left
bottom center
bottom right: di default è 0% 0%
x% y%: il primo valore è la posizione orizzontale, il secondo quella verticale.
xpos ypos: il primo valore è la posizione orizzontale, il secondo quella verticale
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