CSS GUIDE BACKGROUND POSITION

From CDOT Wiki
Revision as of 15:19, 28 November 2006 by Mckwan (talk | contribs)
Jump to: navigation, search

This document is a work in progress and is subject to change.

Summary

Use the background-position property to specify where a background image is placed. If the image repeats (horizontally, vertically or both) then it repeats from this location. If there is a single image, it is placed using the background-position property.

Syntax

 background-position: top center; 

Legal Values

Mozilla Recommended Values

Usage Examples

Notes

Specification Conformance

Browser Compatibility

See Also