全体の背景画像(横のみ繰り返し repeat-x)
<html>
<head>
<title>背景画像</title>
<style type="text/css">
<!--
body {
background-image: url("../../sample/img/back.jpg");
background-repeat: repeat-x;
}
//-->
</style>
</head>
<body>
</body>
</html>
〔 実行する 〕