案例:javascript案例     状态:可编辑再运行    进入横版
x
 
1
<html>
2
<head>
3
<style type="text/css">
4
body
5
{
6
background-color:#FFCC80;
7
background-image:url(/img/eg_bg_desert.jpg);
8
}
9
</style>
10
<script type="text/javascript">
11
function changeRepeat()
12
{
13
document.body.style.backgroundRepeat="repeat-y";
14
}
15
</script>
16
</head>
17
18
<body>
19
20
<input type="button" onclick="changeRepeat()" value="Repeat background-image only on the y-axis" />
21
22
</body>
23
</html>
24

 运行结果 
 北美留学生论坛