本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

background-repeat

Specifies how a background image repeats for an element.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
4.0+4.0+1.0+4.0+1.0+

Usage

[repeat-value]

Values

repeatImage repeats both horizontally and vertically.
repeat-xImage repeats horizontally.
repeat-yImage repeats vertically.
no-repeatImage does not repeat.

Availability

W3C CSS2

Related