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

Background-position

Háttérkép pozíciója

Declares the position of a background image.
Lehetséges értékek:
length (hosszúság)
percentage (%)
left (balra)
center (középre)
right (jobbra)
Lengths or percentages for the x and y positions, or one of the predefined values:

top left
top center
top right
center left
center center
center right
bottom left
bottom center
bottom right

[ [ <percentage> | <length> | left | center | right ] [ <percentage> | <length> | top | center | bottom ]? ] | [ [ left | center | right ] || [ top | center | bottom ] ] | inherit

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

div { background-position:10px 50px; }

div { background-position:bottom right; }


background-position: 25% 2cm;
Alapértelmezett érték: 0% 0%
Ö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-repeat background

Background-position CSS tulajdonságok, referencia

Webdesign