background-repeat: Hintergrundbild wiederholen

<style type="text/css"><!--
div{
 height:150px;width:300px;margin:50px;padding:10px; 
 border:1px solid #000000}
//--></style>

...

<div style="background-image: url(../images/op5x.gif);background-repeat:no-repeat;
float:left;">
background-repeat:no-repeat
</div>
<div style="background-image: url(../images/op5x.gif);background-repeat:repeat;
float:right;">
background-repeat:repeat
</div>
<div style="background-image: url(../images/op5x.gif);background-repeat:repeat-x;
float:left;">
background-repeat:repeat-x
</div>
<div style="background-image: url(../images/op5x.gif);background-repeat:repeat-y;
float:right;">
background-repeat:repeat-y
</div>
background-repeat:no-repeat
background-repeat:repeat
background-repeat:repeat-x
background-repeat:repeat-y