background-color:#FFCC80;
background-image:url(/img/eg_bg_desert.jpg);
<script type="text/javascript">
document.body.style.backgroundRepeat="repeat-y";
<input type="button" onclick="changeRepeat()" value="Repeat background-image only on the y-axis" />