CSS BACKGROUND-REPEAT
The background-repeat property sets if/how a background image will be repeated.
Inherited: No
Example
body {
background-image: url(star.gif);
background-repeat: repeat-x
}
Possible Values
repeat: The background image will be repeated vertically and horizontally
repeat-x: The background image will be repeated horizontally
repeat-y The background image will be repeated vertically
no-repeat The background-image will be displayed only once
2 Responses
how can we avoid cropped box visiblity while repeating an image in png , ie how to show that its a continuous flow without seeing its separation?
@jizan: Not sure if I understand correctly, but if you want to see not signs if separations, you need to provide a seamless image. Pretty easy.