2 out of 4 rated this helpful - Rate this topic

-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 ToAll elements
Mediavisual
Inheritedno
Initial Value0%

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

CSSStyleDeclaration
currentStyle
defaults
runtimeStyle
style
-ms-background-position-x

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.