Changes

Jump to: navigation, search

CSS GUIDE BACKGROUND REPEAT

290 bytes added, 18:54, 14 December 2006
Syntax
== Syntax ==
If a background image is specified, this property specifies whether the image is repeated (tiled), and how. All tiling covers the content and padding areas of a box. A value of 'repeat' means that the image is repeated both horizontally and vertically. The 'repeat-x' ('repeat-y') value makes the image repeat horizontally (vertically), to create a single band of images from one side to the other. With a value of 'no-repeat', the image is not repeated.:
<pre>
BODY {
1
edit

Navigation menu