background-position

Specifies the position of a background image for an element.

Platform Support

IENetscapeMozillaOperaSafari
4.0+6.0+1.0+4.0+1.0+

Usage

Example values: 50px 50px, 10% 5%, 2cm 4cm, 2cm 5%, center, etc.

Values

*Specify a value for background-position not on this list.
topTop of the parent element or window.
centerCenter of the parent element or window.
bottomBottom of the parent element or window.
leftLeft edge of the parent element or window.
rightRight edge of the parent element or window.

Remarks

If you do not specify one or more of the values top, center, bottom, left, or right, you also specify absolute pixel values or percentage values.

Availability

W3C CSS2

Related

text_css aptana_docs