background-position-y
CSS
property sets the initial vertical position for each background image. The position is relative to the position layer set by
background-origin
.
The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request.
The value of this property is overridden by any declaration of the
background
or
background-position
shorthand properties applied to the element after it.
/* Keyword values */ background-position-y: top; background-position-y: center; background-position-y: bottom; /* <percentage> values */ background-position-y: 25%; /* <length> values */ background-position-y: 0px; background-position-y: 1cm; background-position-y: 8em; /* Side-relative values */ background-position-y: bottom 3px; background-position-y: bottom 10%; /* Multiple values */ background-position-y: 0px, center; /* Global values */ background-position-y: inherit; background-position-y: initial; background-position-y: unset;
background-position-y
property is specified as one or more values, separated by commas.
top
Aligns the top edge of the background image with the top edge of the background position layer.
center
Aligns the vertical center of the background image with the vertical center of the background position layer.
bottom
Aligns the bottom edge of the background image with the bottom edge of the background position layer.
<length>
The offset of the given background image's horizontal edge from the corresponding background position layer's top horizontal edge. (Some browsers allow assigning the bottom edge for offset).
<percentage>
| 初始值 |
top
|
|---|---|
| 适用于 | 所有元素 |
| 继承 | no |
| 百分比 | refer to height of background positioning area minus height of background image |
| 计算值 | A list, each item consisting of: an offset given as a combination of an absolute length and a percentage, plus an origin keyword |
| 动画类型 | discrete |
[ center | [ [ top | bottom | y-start | y-end ]? <length-percentage>? ]! ]#where
<length-percentage> = <length> | <percentage>
The following example shows a simple background image implementation, with background-position-x and background-position-y used to define the image's horizontal and vertical positions separately.
<div></div>
div {
width: 300px;
height: 300px;
background-color: skyblue;
background-image: url(https://media.prod.mdn.mozit.cloud/attachments/2020/07/29/17350/3b4892b7e820122ac6dd7678891d4507/firefox.png);
background-repeat: no-repeat;
background-position-x: center;
background-position-y: bottom 10px;
}
| 规范 | 状态 | 注释 |
|---|---|---|
|
CSS Backgrounds and Borders Module Level 4
The definition of 'background-position-y' in that specification. |
编者草案 |
Initial specification of longhand sub-properties of
background-position
to match longstanding implementations.
|
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
更新 GitHub 上的兼容性数据| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
background-position-y
|
Chrome 完整支持 1 | Edge 完整支持 12 | Firefox 完整支持 49 | IE 完整支持 6 | Opera 完整支持 15 | Safari 完整支持 1 | WebView Android 完整支持 ≤37 | Chrome Android 完整支持 18 | Firefox Android 完整支持 49 | Opera Android 完整支持 14 | Safari iOS 完整支持 1 | Samsung Internet Android 完整支持 1.0 |
| Two-value syntax (support for offsets from any edge) | Chrome 不支持 No | Edge 不支持 12 — 79 | Firefox 完整支持 49 | IE 完整支持 9 | Opera 不支持 No | Safari 不支持 No | WebView Android 不支持 No | Chrome Android 不支持 No | Firefox Android 完整支持 49 | Opera Android 不支持 No | Safari iOS 不支持 No | Samsung Internet Android 不支持 No |
完整支持
不支持
background-position
background-position-x
background-position-inline
background-position-block
background
background-attachment
background-clip
background-color
background-image
background-origin
background-position
background-position-x
background-position-y
background-repeat
background-size
border
border-bottom
border-bottom-color
border-bottom-left-radius
border-bottom-right-radius
border-bottom-style
border-bottom-width
border-color
border-image
border-image-outset
border-image-repeat
border-image-slice
border-image-source
border-image-width
border-left
border-left-color
border-left-style
border-left-width
border-radius
border-right
border-right-color
border-right-style
border-right-width
border-style
border-top
border-top-color
border-top-left-radius
border-top-right-radius
border-top-style
border-top-width
border-width
box-shadow