案例: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
p
10
{
11
color:white;
12
}
13
</style>
14
<script type="text/javascript">
15
function changeAttachment()
16
{
17
document.body.style.backgroundAttachment="fixed";
18
}
19
</script>
20
21
</head>
22
<body>
23
24
<input type="button" onclick="changeAttachment()" value="Set background-image to be fixed" />

 运行结果 
 北美留学生论坛