The background-repeat Property : background repeat « CSS « HTML / CSS

HTML / CSS » CSS » background repeat 
The background-repeat Property
   
Value       Purpose

repeat      This causes the image to repeat to cover the whole page.

repeat-x    The image will be repeated horizontally across the page (not down the whole page vertically).

repeat-y    The image will be repeated vertically down the page (not across horizontally).

no-repeat   The image is displayed only once.

   
    
  
Related examples in the same category
1.'background-repeat' Example
2.background-repeat: repeat-y
3.background-repeat: repeat-x
4.background-repeat: no-repeat
5.background-repeat: repeat-x;
6.background-repeat: repeat-y;
7.background-repeat: no-repeat;
8.background-repeat: repeat;
9.background-repeat using repeat-y
10.background-repeat using no-repeat
11.background-repeat: no repeat
12.background-repeat: repeat x
13.background-repeat: repeat y
14.background-repeat: no-repeat
15.Set background image and repeat separately
16.Set background repeat: repeat-x
17.background-repeat:repeat-y
18.background-repeat:repeat
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.