> 5.3.4 'background-repeat'
>
> Value: repeat | repeat-x | repeat-y | no-repeat
> Initial: repeat
> Applies to: all elements
> Inherited: no
> Percentage values: N/A
>
> If a background image is specified, the value of 'background-repeat' determines how/if the
> image is repeated.
>
> 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.
>
> BODY {
> background: red url(pendant.gif);
> background-repeat: repeat-y;
> }
>
> In the example above, the image will only be repeated vertically.
TandA
what he said For God so loved the world that he gave his one and only son, that whoever believes in him won't die but have everlasting life - Jesus - John 3:16 -
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.