background-repeat: repeat x : background repeat « CSS « HTML / CSS






background-repeat: repeat x

  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
    <head>
        <title></title>
        <style type='text/css'>
            html, body {
                height: 1000px;
            }
            body {
                background-image: url('http://java2s.com/style/logo.png');
                background-repeat: repeat-x;
            }
        </style>
    </head>
    <body>
    </body>
</html>

   
    
  








Related examples in the same category

1.The background-repeat Property
2.'background-repeat' Example
3.background-repeat: repeat-y
4.background-repeat: repeat-x
5.background-repeat: no-repeat
6.background-repeat: repeat-x;
7.background-repeat: repeat-y;
8.background-repeat: no-repeat;
9.background-repeat: repeat;
10.background-repeat using repeat-y
11.background-repeat using no-repeat
12.background-repeat: no repeat
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