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
[ center | [ [ start | end ]? <length-percentage>? ]! ]#
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:
- background-position-block
- background-position-inline (current property)
- background-position-x
- background-position-y
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
- background
- background-attachment
- background-blend-mode
- background-clip
- background-color
- background-image
- background-origin
- background-position
- background-position-x
- background-position-y
- background-repeat
- background-size
- background-repeat-x ๐งช
- background-repeat-y ๐งช
- background-position-block ๐ง
- background-repeat-block ๐ง
- background-repeat-inline ๐ง
- background-tbd ๐ง