-ms-background-position-y property
The y-coordinate of the background-position property.
Syntax
-ms-background-position-y:
<length>
|
<percentage>
| top | center | bottom
Property values
- length
-
Floating-point number, followed by a supported length unit.
- percentage
-
Integer, followed by a percent sign (%). The value is a percentage of the height of the object.
top-
Vertical alignment is at the top.
center-
Vertical alignment is centered.
bottom-
Vertical alignment is at the bottom.
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | 0% |
Standards information
There are no standards that apply here.
Remarks
Starting in Windows Internet Explorer 8, the -ms-background-position-y property is an extension to Cascading Style Sheets (CSS), and can be used as a synonym for background-position-y in IE8 Standards mode.
See also
Send comments about this topic to Microsoft
Build date: 11/29/2012
