Please visit our sponsors !
The background-repeat property
The background-repeat property sets if/how a background image will be repeated.
Inherited: No
Example
body
{
background-image: url(stars.gif);
background-repeat: repeat-x
}
|
Possible Values
Value |
Description |
NN |
IE |
repeat |
The background image will be repeated vertically and
horizontally |
4.0 |
4.0 |
repeat-x |
The background image will be repeated horizontally |
4.0 |
4.0 |
repeat-y |
The background image will be repeated vertically |
4.0 |
4.0 |
no-repeat |
The background-image will be
displayed only once |
4.0 |
4.0 |
Browser Notes
Notes in IE 4.0:
- "repeat" repeats the image downward and to the right from the starting
position
- "repeat-x" repeats the image to the right of the starting position
- "repeat-y" repeats the image downward from the starting position
Note in Netscape 4.0:
- This property does not work with the body element
Note in Netscape 4.x:
- This property does not work with the body element
- This property always begins from the upper, left corner of an element,
because "background-position" does not work
|
Jump to: Top of Page
or HOME or
Printer friendly page
Search W3Schools:
What Others Say About Us
Does the world know about us? Check out these places:
Dogpile
Alta Vista
MSN
Google
Excite
Lycos
Yahoo
Ask Jeeves
We Help You For Free. You Can Help Us!
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2002 by Refsnes Data. All Rights Reserved
|