案例: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:center;
10
}
11
</style>
12
</head>
13
14
<body>
15
<body>
16
<p><b>提示:</b>您需要把 background-attachment 属性设置为 "fixed",才能保证该属性在 Firefox 和 Opera 中正常工作。</p>
17
</body>
18
</body>
19
</html>
20

 运行结果 
 北美留学生论坛