案例:CSS3 案例     状态:可编辑再运行    进入横版
x
 
1
<html>
2
<head>
3
<style type="text/css">
4
body
5
{ 
6
background-image: url('/img/eg_bg_03.gif');
7
background-repeat: no-repeat;
8
background-attachment:fixed;
9
background-position: 30% 20%; 
10
}
11
</style>
12
</head>
13
14
<body>
15
<p><b>注释:</b>为了在 Mozilla 中实现此效果,background-attachment 属性必须设置为 "fixed"。</p>
16
</body>
17
</html>
18

 运行结果 
 北美留学生论坛