css.properties

background-position-inline

The background-position-inline property sets the inline axis position of a background image.

Draft โ€” This property is defined in a W3C Draft and may be subject to change

Formal Syntax

background-position-inline = [ center | [ [ start | end ]? <length-percentage>? ]! ]# <length-percentage> = [ <length> | <percentage> ]

See specification

JavaScript Access

// Access via element.style element.style.backgroundPositionInline = "0%";

Logical Property Group

This property belongs to the background-position logical property group, which includes:

Browser Support

This property is defined in a W3C Draft and may be subject to change. Browser support data is not yet available.

Related Properties